OsAngleBetween
From OpenSimulator
(Difference between revisions)
(Added information on new osAngleBetween function) |
|||
| Line 5: | Line 5: | ||
|function_syntax=integer osAngleBetween(vector a, vector b); | |function_syntax=integer osAngleBetween(vector a, vector b); | ||
|ossl_example= | |ossl_example= | ||
| − | |description=Implemented April 4, 2018 in httptests branch by Ubit Umarov in GIT# e031d79d48cb4cb42ccb160d2894d078f835eb10 - Commit e031d7 | + | |description=returns a angle between 0 and PI not -pi to pi. |
| − | + | |additional_info=Implemented April 4, 2018 in httptests branch by Ubit Umarov in GIT# e031d79d48cb4cb42ccb160d2894d078f835eb10 - Commit e031d7 | |
}} | }} | ||
Revision as of 09:52, 1 October 2018
integer osAngleBetween(vector a, vector b);
| |
| returns a angle between 0 and PI not -pi to pi. | |
| Threat Level | None |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |
| Notes | |
| Implemented April 4, 2018 in httptests branch by Ubit Umarov in GIT# e031d79d48cb4cb42ccb160d2894d078f835eb10 - Commit e031d7 | |