Table of Contents

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

forward Vector3D
down Vector3D

Properties

Backward

public Vector3D Backward { get; }

Property Value

Vector3D

Down

public Vector3D Down { get; }

Property Value

Vector3D

Forward

public Vector3D Forward { get; }

Property Value

Vector3D

Left

public Vector3D Left { get; }

Property Value

Vector3D

Right

public Vector3D Right { get; }

Property Value

Vector3D

Up

public Vector3D Up { get; }

Property Value

Vector3D

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