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
| Constructor | Description | |
|---|---|---|
| TransformLimits3D(NullableRef<RotationLimits3D>) | ||
| TransformLimits3D(NullableRef<RotationLimits3D>, NullableRef<TranslationLimits3D>) | ||
| TransformLimits3D() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| RotationLimit | AvlNet.NullableRef<AvlNet.RotationLimits3D> | Roll-Pitch-Yaw Angle Limits | |
| TranslationLimit | AvlNet.NullableRef<AvlNet.TranslationLimits3D> | Minimum and maximum translation along X-Y-Z Axes |
Methods
| Name | Description | |
|---|---|---|
| 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 |
