OsVecDistSquare
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level= |permissions= |delay=0 |function_syntax=float osVecDistSquare(vector a, vector b) |description=returns the square of norm of vector or distance vecto...") |
|||
Line 4: | Line 4: | ||
|delay=0 | |delay=0 | ||
|function_syntax=float osVecDistSquare(vector a, vector b) | |function_syntax=float osVecDistSquare(vector a, vector b) | ||
+ | |ossl_example= | ||
|description=returns the square of norm of vector or distance vector (a-b(, when expensive sqrt is not needed. | |description=returns the square of norm of vector or distance vector (a-b(, when expensive sqrt is not needed. | ||
|additional_info= | |additional_info= | ||
}} | }} |
Revision as of 09:56, 1 October 2018
float osVecDistSquare(vector a, vector b)
| |
returns the square of norm of vector or distance vector (a-b(, when expensive sqrt is not needed. | |
Threat Level | No threat level specified |
Permissions | No permissions specified |
Extra Delay | 0 seconds |