DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure / Plane3D Constructor / Plane3D Constructor(Vector3D,Vector3D,Vector3D)
First point.
Second point.
Third point.



    Plane3D Constructor(Vector3D,Vector3D,Vector3D)
    Construct a plane from 3 coplanar points.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal point0 As Vector3D, _
       ByVal point1 As Vector3D, _
       ByVal point2 As Vector3D _
    )
     
    'Usage
     
    Dim point0 As Vector3D
    Dim point1 As Vector3D
    Dim point2 As Vector3D
     
    Dim instance As New Plane3D(point0, point1, point2)

    Parameters

    point0
    First point.
    point1
    Second point.
    point2
    Third point.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also