Exposed vector negative to python

This commit is contained in:
Yorik van Havre
2013-07-30 12:17:06 -03:00
parent 64d18ceac8
commit f1dc173a0f
2 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,13 @@
</UserDocu>
</Documentation>
</Methode>
<Methode Name="negative" Const="true">
<Documentation>
<UserDocu>negative()
returns the negative (opposite) of this vector
</UserDocu>
</Documentation>
</Methode>
<Methode Name="scale">
<Documentation>
<UserDocu>scale(Float,Float,Float)