Class Orientation3D
Inheritance
Orientation3D
Assembly: cs.temp.dll.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 |
Double |
angle |
|
Roll(Double)
Declaration
public void Roll(double angle)
Parameters
Type |
Name |
Description |
Double |
angle |
|
Yaw(Double)
Declaration
public void Yaw(double angle)
Parameters
Type |
Name |
Description |
Double |
angle |
|