[Bugfix]Base: Python method 'isEqual' of Vector shall be Const

This commit is contained in:
0penBrain
2022-10-05 11:39:25 +02:00
committed by Chris Hennes
parent bf04c0ea93
commit 39b47185f4

View File

@@ -109,7 +109,7 @@ vector2 : Base.Vector</UserDocu>
Normalizes in-place this vector to the length of 1.0.</UserDocu>
</Documentation>
</Methode>
<Methode Name="isEqual">
<Methode Name="isEqual" Const="true">
<Documentation>
<UserDocu>isEqual(vector2, tol=0) -> bool\n
Checks if the distance between the points represented by this vector