OsVecDistSquare

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
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(, when expensive sqrt is not needed.
+
|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 10: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

Personal tools
General
About This Wiki