C# Класс Ovr.FovPort

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
DownTan float
LeftTan float
RightTan float
UpTan float

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

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

The tangent of the angle between the viewing vector and the bottom edge of the field of view.
public float DownTan
Результат float

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

The tangent of the angle between the viewing vector and the left edge of the field of view.
public float LeftTan
Результат float

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

The tangent of the angle between the viewing vector and the right edge of the field of view.
public float RightTan
Результат float

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

The tangent of the angle between the viewing vector and the top edge of the field of view.
public float UpTan
Результат float