Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyMath::Rectangle Class Reference

#include <Vector3.h>

Public Member Functions

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

Public Attributes

float x
 
float y
 
float height
 
float width
 

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