DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / RotateWorld Method
Angle to rotate by
Normalised axis of rotation in world orientation
Centre of rotation in world space



In This Topic
    RotateWorld Method
    In This Topic
    Rotate the view by an angle around a vector in world orientation
    Syntax
    '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)
    public void RotateWorld( 
       float Angle,
       Vector3D Axis,
       Vector3D Centre
    )
    public:
    void RotateWorld( 
       float Angle,
       Vector3D Axis,
       Vector3D Centre
    ) 

    Parameters

    Angle
    Angle to rotate by
    Axis
    Normalised axis of rotation in world orientation
    Centre
    Centre of rotation in world space
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also