OsSlerp
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |threat_level=None |permissions=true |delay=0 |function_syntax=rotation osSlerp(rotation a, rotation b, float ratio); |ossl_example= |description=returns a rotation...") |
|||
Line 5: | Line 5: | ||
|function_syntax=rotation osSlerp(rotation a, rotation b, float ratio); | |function_syntax=rotation osSlerp(rotation a, rotation b, float ratio); | ||
|ossl_example= | |ossl_example= | ||
− | |description= | + | |description=Returns a rotation that is the spherical interpolation of a and b, acording to ratio. Ratio can be from 0 (result is a) to 1 (result is b) |
|additional_info=Implemented Set, 2019 by Ubit Umarov | |additional_info=Implemented Set, 2019 by Ubit Umarov | ||
}} | }} |
Revision as of 14:40, 4 September 2019
rotation osSlerp(rotation a, rotation b, float ratio);
| |
Returns a rotation that is the spherical interpolation of a and b, acording to ratio. Ratio can be from 0 (result is a) to 1 (result is b) | |
Threat Level | None |
Permissions | Use of this function is always allowed by default |
Extra Delay | 0 seconds |
Notes | |
Implemented Set, 2019 by Ubit Umarov |