rename Placement.isNull to Placement.isIdentity

implement Rotation.isNull and Rotation.isIdentity
This commit is contained in:
wmayer
2017-12-13 16:58:12 +01:00
parent 28f7047bff
commit 25bf33077e
6 changed files with 33 additions and 11 deletions

View File

@@ -76,10 +76,10 @@ Placement(Base, Axis, Angle) -- define position and rotation
</UserDocu>
</Documentation>
</Methode>
<Methode Name="isNull" Const="true">
<Methode Name="isIdentity" Const="true">
<Documentation>
<UserDocu>
isNull() -> Bool
isIdentity() -> Bool
returns True if the placement has no displacement and no rotation
</UserDocu>
</Documentation>