C# Класс OpenBveApi.Math.Orientation3

Represents an orientation in three-dimensional space.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default Orientation3
Null Orientation3
X Vector3
Y Vector3
Z Vector3

Открытые методы

Метод Описание
Orientation3 ( Vector3 x, Vector3 y, Vector3 z )

Creates a new orientation in three-dimensional space.

Описание методов

Orientation3() публичный Метод

Creates a new orientation in three-dimensional space.
public Orientation3 ( Vector3 x, Vector3 y, Vector3 z )
x Vector3 The vector pointing right.
y Vector3 The vector pointing up.
z Vector3 The vector pointing forward.

Описание свойств

Default публичное статическое свойство

Represents the default orientation with X = {1, 0, 0}, Y = {0, 1, 0} and Z = {0, 0, 1}.
public static Orientation3,OpenBveApi.Math Default
Результат Orientation3

Null публичное статическое свойство

Represents a null orientation.
public static Orientation3,OpenBveApi.Math Null
Результат Orientation3

X публичное свойство

The vector pointing right.
public Vector3 X
Результат Vector3

Y публичное свойство

The vector pointing up.
public Vector3 Y
Результат Vector3

Z публичное свойство

The vector pointing forward.
public Vector3 Z
Результат Vector3