C#
VB
C++
Indicates the OrientationAxis that is the closest to a specified by a direction cosine vector.
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 Leadtools.Dicom.Common.Datatypes.OrientationAxis
public:
static Leadtools.Dicom.Common.Datatypes.OrientationAxis GetMajorAxisFromPatientRelativeDirectionCosine(
double x,
double y,
double z
)
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.
The OrientationAxis that is the closest to a direction cosine vector.
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