'Declaration Public Sub RotateWorld( _ ByVal Angle As Single, _ ByVal Axis As Vector3D, _ ByVal Centre As Vector3D _ )
'Usage Dim instance As DicomImage3D Dim Angle As Single Dim Axis As Vector3D Dim Centre As Vector3D instance.RotateWorld(Angle, Axis, Centre)
Parameters
- Angle
- Angle to rotate by
- Axis
- Normalised axis of rotation in world orientation
- Centre
- Centre of rotation in world space