OsVecDistSquare
From OpenSimulator
(Difference between revisions)
Line 5: | Line 5: | ||
|function_syntax=float osVecDistSquare(vector a, vector b) | |function_syntax=float osVecDistSquare(vector a, vector b) | ||
|ossl_example= | |ossl_example= | ||
− | |description=returns the square of norm of vector or distance vector (a-b | + | |description=returns the square of norm of vector or distance vector (a-b), when expensive square root is not needed. |
|additional_info= | |additional_info= | ||
}} | }} | ||
'''See Also''' | '''See Also''' | ||
* [[osVecMagSquare]] | * [[osVecMagSquare]] |
Revision as of 09:16, 7 December 2018
float osVecDistSquare(vector a, vector b)
| |
returns the square of norm of vector or distance vector (a-b), when expensive square root is not needed. | |
Threat Level | No threat level specified |
Permissions | No permissions specified |
Extra Delay | 0 seconds |
See Also