Rotates the matrix by the calculated angle relative to the workplane.
Visual Basic |
---|
Public Sub RotateToPoint( _ ByVal X As Double, _ ByVal Y As Double, _ ByVal Workplane As ENUM_PLANE_TYPE _ ) |
- X
- Required Double X component used in calculating rotation angle.
- Y
- Required Double Y component used in calculation rotation angle.
- Workplane
Optional parameter with the ENUM_PLANE_TYPE enumeration used to define which axis to rotate about.Value Description PLANE_BACK PLANE_BOTTOM PLANE_FRONT PLANE_LEFT PLANE_RIGHT PLANE_TOP