C# Class Ovr.Vector2f

Mostrar archivo Open project: UCSDVR/Lucid-VR Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method Description
Vector2f ( float _x, float _y ) : System

Method Details

Vector2f() public method

public Vector2f ( float _x, float _y ) : System
_x float
_y float
return System

Property Details

x public_oe property

public float x
return float