Class Orientation3D
- Namespace
- FellowOakDicom.Imaging.Mathematics
- Assembly
- fo-dicom.core.dll
public class Orientation3D
- Inheritance
-
Orientation3D
- Inherited Members
- Extension Methods
Constructors
Orientation3D()
public Orientation3D()
Orientation3D(Orientation3D)
public Orientation3D(Orientation3D orientation)
Parameters
orientation
Orientation3D
Orientation3D(Vector3D, Vector3D)
public Orientation3D(Vector3D forward, Vector3D down)
Parameters
Properties
Backward
public Vector3D Backward { get; }
Property Value
Down
public Vector3D Down { get; }
Property Value
Forward
public Vector3D Forward { get; }
Property Value
Left
public Vector3D Left { get; }
Property Value
Right
public Vector3D Right { get; }
Property Value
Up
public Vector3D Up { get; }
Property Value
Methods
Pitch(double)
public void Pitch(double angle)
Parameters
angle
double
Roll(double)
public void Roll(double angle)
Parameters
angle
double
Yaw(double)
public void Yaw(double angle)
Parameters
angle
double