#include <quad.h>
Inheritance diagram for CL_Quad:

Public Member Functions | |
| CL_Quad () | |
| CL_Quad (const CL_Vec2< int > &new_p, const CL_Vec2< int > &new_q, const CL_Vec2< int > &new_r, const CL_Vec2< int > &new_s) | |
| CL_Quad (const CL_Rect &rect) | |
| CL_Quad (const CL_Quadx< int > &quad) | |
| CL_Quadx< int > & | operator+= (const CL_Quadx< int > &quad) |
| Quad += Quad operator. | |
| CL_Quadx< int > & | operator+= (const CL_Vec2< int > &point) |
| Quad += Point operator. | |
| CL_Quadx< int > & | operator-= (const CL_Quadx< int > &quad) |
| Quad -= Quad operator. | |
| CL_Quadx< int > & | operator-= (const CL_Vec2< int > &point) |
| Quad -= Point operator. | |
| CL_Quadx< int > | operator+ (const CL_Quadx< int > &quad) const |
| Quad + Quad operator. | |
| CL_Quadx< int > | operator+ (const CL_Vec2< int > &point) const |
| Quad + Point operator. | |
| CL_Quadx< int > | operator- (const CL_Quadx< int > &quad) const |
| Quad - Quad operator. | |
| CL_Quadx< int > | operator- (const CL_Vec2< int > &point) const |
| Quad - Point operator. | |
| bool | operator== (const CL_Quadx< int > &quad) const |
| Quad == Quad operator. | |
| bool | operator!= (const CL_Quadx< int > &quad) const |
| Quad != Quad operator. | |
| int | get_width () const |
| Returns the width of the quad. | |
| int | get_height () const |
| Returns the height of the quad. | |
| CL_Sizex< int > | get_size () const |
| Returns the size of the rectangle. | |
| CL_Rect | get_bounds () const |
| Returns the bounding box of the quad as a CL_Rect. | |
| CL_Quadx< int > & | rotate (const CL_Vec2< int > &hotspot, const CL_Angle &angle) |
| Rotates the Quad. | |
| CL_Quadx< int > & | scale (float sx, float sy) |
| Scale the Quad. | |
| CL_Quadx< int > & | scale (const CL_Vec2< int > &hotspot, float sx, float sy) |
| Scale the Quad. | |
| CL_Vec2< int > | center () const |
| Returns the center point of the quad. | |
| CL_Quadx< int > & | apply_alignment (CL_Origin origin, intx, inty) |
| Applies an origin and offset pair to this rectangle. | |
Public Attributes | |
| CL_Vec2< int > | p |
| First Point. | |
| CL_Vec2< int > | q |
| Second Point. | |
| CL_Vec2< int > | r |
| Third Point. | |
| CL_Vec2< int > | s |
| Fourth Point. | |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Applies an origin and offset pair to this rectangle.
|
|
|
Returns the center point of the quad.
|
|
|
Returns the bounding box of the quad as a CL_Rect.
|
|
|
Returns the height of the quad.
|
|
|
Returns the size of the rectangle.
|
|
|
Returns the width of the quad.
|
|
|
Quad != Quad operator.
|
|
|
Quad + Point operator.
|
|
|
Quad + Quad operator.
|
|
|
Quad += Point operator.
|
|
|
Quad += Quad operator.
|
|
|
Quad - Point operator.
|
|
|
Quad - Quad operator.
|
|
|
Quad -= Point operator.
|
|
|
Quad -= Quad operator.
|
|
|
Quad == Quad operator.
|
|
||||||||||||
|
Rotates the Quad.
|
|
||||||||||||||||
|
Scale the Quad.
|
|
||||||||||||
|
Scale the Quad.
|
|
|
First Point.
|
|
|
Second Point.
|
|
|
Third Point.
|
|
|
Fourth Point.
|
1.4.6