You are here: Start » AVL.NET » TransformLimits3D Class

TransformLimits3D Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Rotation and translation limits for registration of Point Clouds

Constructors

 ConstructorDescription
TransformLimits3D(NullableRef<RotationLimits3D>)
TransformLimits3D(NullableRef<RotationLimits3D>, NullableRef<TranslationLimits3D>)
TransformLimits3D()

Properties

 NameTypeDescription
RotationLimitAvlNet.NullableRef<AvlNet.RotationLimits3D>Roll-Pitch-Yaw Angle Limits
TranslationLimitAvlNet.NullableRef<AvlNet.TranslationLimits3D>Minimum and maximum translation along X-Y-Z Axes

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.TransformLimits3D)
Equals(AvlNet.TransformLimits3D, AvlNet.TransformLimits3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also