Class Orientation3D
Inheritance
System.Object
Orientation3D
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: fo-dicom.core.dll
Syntax
public class Orientation3D
Constructors
Orientation3D()
Declaration
Orientation3D(Orientation3D)
Declaration
public Orientation3D(Orientation3D orientation)
Parameters
Orientation3D(Vector3D, Vector3D)
Declaration
public Orientation3D(Vector3D forward, Vector3D down)
Parameters
Properties
Backward
Declaration
public Vector3D Backward { get; }
Property Value
Down
Declaration
public Vector3D Down { get; }
Property Value
Forward
Declaration
public Vector3D Forward { get; }
Property Value
Left
Declaration
public Vector3D Left { get; }
Property Value
Right
Declaration
public Vector3D Right { get; }
Property Value
Up
Declaration
public Vector3D Up { get; }
Property Value
Methods
Pitch(Double)
Declaration
public void Pitch(double angle)
Parameters
Type |
Name |
Description |
System.Double |
angle |
|
Roll(Double)
Declaration
public void Roll(double angle)
Parameters
Type |
Name |
Description |
System.Double |
angle |
|
Yaw(Double)
Declaration
public void Yaw(double angle)
Parameters
Type |
Name |
Description |
System.Double |
angle |
|
Extension Methods