GetMajorAxisFromPatientRelativeDirectionCosine Method

Summary
Indicates the OrientationAxis that is the closest to a specified by a direction cosine vector.
Syntax
C#
VB
C++
public static OrientationAxis GetMajorAxisFromPatientRelativeDirectionCosine( 
   double x, 
   double y, 
   double z 
) 
Public Shared Function GetMajorAxisFromPatientRelativeDirectionCosine( _ 
   ByVal x As Double, _ 
   ByVal y As Double, _ 
   ByVal z As Double _ 
) As OrientationAxis 
public: 
static OrientationAxis GetMajorAxisFromPatientRelativeDirectionCosine(  
   double x, 
   double y, 
   double z 
)  

Parameters

x
The x component of the direction cosine vector.

y
The y component of the direction cosine vector.

z
The z component of the direction cosine vector.

Return Value

The OrientationAxis that is the closest to a direction cosine vector.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.