C# Class Ovr.FovPort

Mostra file Open project: UCSDVR/Lucid-VR Class Usage Examples

Public Properties

Property Type Description
DownTan float
LeftTan float
RightTan float
UpTan float

Property Details

DownTan public_oe property

The tangent of the angle between the viewing vector and the bottom edge of the field of view.
public float DownTan
return float

LeftTan public_oe property

The tangent of the angle between the viewing vector and the left edge of the field of view.
public float LeftTan
return float

RightTan public_oe property

The tangent of the angle between the viewing vector and the right edge of the field of view.
public float RightTan
return float

UpTan public_oe property

The tangent of the angle between the viewing vector and the top edge of the field of view.
public float UpTan
return float