C# Class RekdEngine.UtilMath.Rectangle

Show file Open project: Naronco/Rekd-Sharp Class Usage Examples

Public Properties

Property Type Description
X float

Public Methods

Method Description
Rectangle ( Vector2f pos, Vector2f size ) : System
Rectangle ( Vector2f pos, float w, float h ) : System
Rectangle ( float x, float y, float w, float h ) : System

Method Details

Rectangle() public method

public Rectangle ( Vector2f pos, Vector2f size ) : System
pos Vector2f
size Vector2f
return System

Rectangle() public method

public Rectangle ( Vector2f pos, float w, float h ) : System
pos Vector2f
w float
h float
return System

Rectangle() public method

public Rectangle ( float x, float y, float w, float h ) : System
x float
y float
w float
h float
return System

Property Details

X public property

public float X
return float