DicomObjects.NET.V8
DicomObjects Namespace / Plane3D Structure
Members



In This Topic
    Plane3D Structure
    In This Topic
    Defines a plane in 3D space.
    Syntax
    'Declaration
     
    Public Structure Plane3D 
       Inherits System.ValueType
    'Usage
     
    Dim instance As Plane3D
    public struct Plane3D : System.ValueType 
    public value class Plane3D : public System.ValueType 
    Remarks
    A plane is defined in 3D space by the equation Ax + By + Cz + D = 0 This equates to a vector (the normal of the plane, whose x, y and z components equate to the coefficients A, B and C respectively), and a constant (D) which is the distance along the normal you have to go to move the plane back to the origin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          DicomObjects.Plane3D

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also