OsVecDistSquare

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(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...")
 
(2 intermediate revisions by one user not shown)
Line 4: Line 4:
 
|delay=0
 
|delay=0
 
|function_syntax=float osVecDistSquare(vector a, vector b)
 
|function_syntax=float osVecDistSquare(vector a, vector b)
|description=returns the square of norm of vector or distance vector (a-b(, when expensive sqrt is not needed.
+
|ossl_example=
 +
|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'''
 +
* [[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