DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Vector3D Constructor / Vector3D Constructor(Single,Single,Single)
X-axis orientation
Y-axis orientation
Z-axis orientation



In This Topic
    Vector3D Constructor(Single,Single,Single)
    In This Topic
    Defines a Vector
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal z As Single _
    )
    'Usage
     
    
    Dim x As Single
    Dim y As Single
    Dim z As Single
     
    Dim instance As New Vector3D(x, y, z)
    public Vector3D( 
       float x,
       float y,
       float z
    )
    public:
    Vector3D( 
       float x,
       float y,
       float z
    )

    Parameters

    x
    X-axis orientation
    y
    Y-axis orientation
    z
    Z-axis orientation
    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