C# Class Nexus.Vector2D

Show file Open project: tgjones/nexus Class Usage Examples

Public Properties

Property Type Description
X float

Public Methods

Method Description
Vector2D ( float x, float y )

Method Details

Vector2D() public method

public Vector2D ( float x, float y )
x float
y float

Property Details

X public property

public float X
return float