Returns the
Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that is specified by two direction cosine vectors.
public static Plane GetOrientationPlane(
double ,
double ,
double ,
double ,
double ,
double
)
'Declaration
Public Overloads Shared Function GetOrientationPlane( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
) As Plane
'Usage
Dim rowX As Double
Dim rowY As Double
Dim rowZ As Double
Dim colX As Double
Dim colY As Double
Dim colZ As Double
Dim value As Plane
value = OrientationManager.GetOrientationPlane(rowX, rowY, rowZ, colX, colY, colZ)
public:
static Plane GetOrientationPlane(
double ,
double ,
double ,
double ,
double ,
double
)
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
Leadtools.Dicom.Common.DataTypes.Plane that is the closest to that is specified by two direction cosine vectors.