expose Roation.slerp to Python

This commit is contained in:
wmayer
2019-10-11 01:14:35 +02:00
parent b9a6c0dd2b
commit a276bf46ee
2 changed files with 20 additions and 0 deletions

View File

@@ -73,6 +73,14 @@
</UserDocu>
</Documentation>
</Methode>
<Methode Name="slerp" Const="true">
<Documentation>
<UserDocu>
slerp(Rotation, Float) -> Rotation
Spherical linear interpolation of this and a given rotation. The float must be in the range of 0 and 1
</UserDocu>
</Documentation>
</Methode>
<Methode Name="toEuler" Const="true">
<Documentation>
<UserDocu>