DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / RotateWorld Method
The rotation angle in degrees.
The rotation axis.
The rotation center.



In This Topic
    RotateWorld Method
    In This Topic
    Rotates the world view.
    Syntax
    'Declaration
     
    
    Public Sub RotateWorld( _
       ByVal Angle As Single, _
       ByVal Axis As OpenTK.Mathematics.Vector3, _
       ByVal Centre As OpenTK.Mathematics.Vector3 _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Angle As Single
    Dim Axis As OpenTK.Mathematics.Vector3
    Dim Centre As OpenTK.Mathematics.Vector3
     
    instance.RotateWorld(Angle, Axis, Centre)
    public void RotateWorld( 
       float Angle,
       OpenTK.Mathematics.Vector3 Axis,
       OpenTK.Mathematics.Vector3 Centre
    )
    public:
    void RotateWorld( 
       float Angle,
       OpenTK.Mathematics.Vector3 Axis,
       OpenTK.Mathematics.Vector3 Centre
    ) 

    Parameters

    Angle
    The rotation angle in degrees.
    Axis
    The rotation axis.
    Centre
    The rotation center.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also