DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / Plane3D Structure
Fields Properties Methods


Plane3D Structure Members

The following tables list the members exposed by Plane3D.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Construct a plane  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Static constructor - merely sets up Vector3DZero  
Top
Public Properties
 NameDescription
Public Property Distance from the origin.  
Public Property Direction the plane is facing.  
Top
Public Methods
 NameDescription
Public Method Object method for testing equality.  
Public Method Distance of a point from the plane  
Public MethodReturns the hash code for this instance.  
Public Method The arbitrary "X" axis for this plane  
Public Methodstatic (Shared in Visual Basic)Overloaded.  Calculate the line of intersection between 2 planes  
Public Method Convert from real world coordinates to the arbitrary frame of reference for this plane  
Public Method Convert from the arbitrary frame of reference for this plane to real world coordinates  
Public Method Returns a string representation of this Plane.  
Public Method The arbitrary "Y" axis for this plane  
Top
Public Operators
Compares 2 Planes for equality.
Compares 2 Planes for inequality.
Top
See Also