C# Class Ovr.Vector3f

显示文件 Open project: UCSDVR/Lucid-VR Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method Description
Vector3f ( float _x, float _y, float _z ) : System

Method Details

Vector3f() public method

public Vector3f ( float _x, float _y, float _z ) : System
_x float
_y float
_z float
return System

Property Details

x public_oe property

public float x
return float