GetOrientationPlane(double,double,double,double,double,double) Method

Summary

Returns the Plane that is the closest to that is specified by two direction cosine vectors.

Syntax
C#
VB
C++
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 Plane 
public: 
static Plane GetOrientationPlane(  
   double rowX, 
   double rowY, 
   double rowZ, 
   double colX, 
   double colY, 
   double colZ 
)  

Parameters

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.

Return Value

The Plane that is the closest to that is specified by two direction cosine vectors.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly