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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document