DicomObjects.NET10 Documentation
DicomObjects Namespace / Plane3D Structure / Plane3D Constructor / Plane3D Constructor(Vector3D,SKPoint3)
The normal to the plane
The point to pass through



In This Topic
    Plane3D Constructor(Vector3D,SKPoint3)
    In This Topic
    Construct a plane with a defined normal, pasing through a defined point
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal normal As Vector3D, _
       ByVal point As SkiaSharp.SKPoint3 _
    )
    'Usage
     
    
    Dim normal As Vector3D
    Dim point As SkiaSharp.SKPoint3
     
    Dim instance As New Plane3D(normal, point)
    public Plane3D( 
       Vector3D normal,
       SkiaSharp.SKPoint3 point
    )
    public:
    Plane3D( 
       Vector3D^ normal,
       SkiaSharp.SKPoint3 point
    )

    Parameters

    normal
    The normal to the plane
    point
    The point to pass through
    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