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...") |
Revision as of 10:49, 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 |