Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyMath.Rectangle Struct Reference

Public Member Functions

 Rectangle (float _x, float _y, float _w, float _h)
 

Public Attributes

float x
 
float y
 
float width
 
float height
 

Constructor & Destructor Documentation

◆ Rectangle()

SharpKmyMath.Rectangle.Rectangle ( float  _x,
float  _y,
float  _w,
float  _h 
)

Member Data Documentation

◆ height

float SharpKmyMath.Rectangle.height

◆ width

float SharpKmyMath.Rectangle.width

◆ x

float SharpKmyMath.Rectangle.x

◆ y

float SharpKmyMath.Rectangle.y