Returns the Plane that is the closest to that is specified by two direction cosine vectors.
public static Plane GetOrientationPlane(
double rowX,
double rowY,
double rowZ,
double colX,
double colY,
double colZ
)
Public Overloads Shared Function GetOrientationPlane( _
ByVal rowX As Double, _
ByVal rowY As Double, _
ByVal rowZ As Double, _
ByVal colX As Double, _
ByVal colY As Double, _
ByVal colZ As Double _
) As Leadtools.Dicom.Common.Datatypes.Plane
public:
static Leadtools.Dicom.Common.Datatypes.Plane GetOrientationPlane(
double rowX,
double rowY,
double rowZ,
double colX,
double colY,
double colZ
)
rowX
The x component of the row direction cosine vector.
rowY
The y component of the row direction cosine vector.
rowZ
The z component of the row direction cosine vector.
colX
The x component of the column direction cosine vector.
colY
The x component of the column direction cosine vector.
colZ
The x component of the column direction cosine vector.
The Plane that is the closest to that is specified by two direction cosine vectors.
The Planed parameter specifies exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET