uicore::Quadx< Type > Class Template Reference

2D quad structure. More...

#include <quad.h>

Public Member Functions

 Quadx ()
 Constructs a quad. More...
 
 Quadx (const Vec2< Type > &new_p, const Vec2< Type > &new_q, const Vec2< Type > &new_r, const Vec2< Type > &new_s)
 Constructs a quad. More...
 
 Quadx (const Rectx< Type > &rect)
 Constructs a quad. More...
 
 Quadx (const Quadx< Type > &quad)
 Constructs a quad. More...
 
Quadx< Type > & apply_alignment (Origin origin, Type x, Type y)
 Applies an origin and offset pair to this rectangle. More...
 
Rect bounds () const
 Returns the bounding box of the quad as a Rect. More...
 
Vec2< Type > center () const
 Returns the center point of the quad. More...
 
Type height () const
 Returns the height of the quad. More...
 
bool is_inside (const Vec2< Type > &point) const
 Check if a point is inside or outside the quad. More...
 
bool operator!= (const Quadx< Type > &quad) const
 Quad != Quad operator. More...
 
Quadx< Type > operator+ (const Quadx< Type > &quad) const
 Quad + Quad operator. More...
 
Quadx< Type > operator+ (const Vec2< Type > &point) const
 Quad + Point operator. More...
 
Quadx< Type > & operator+= (const Quadx< Type > &quad)
 Quad += Quad operator. More...
 
Quadx< Type > & operator+= (const Vec2< Type > &point)
 Quad += Point operator. More...
 
Quadx< Type > operator- (const Quadx< Type > &quad) const
 Quad - Quad operator. More...
 
Quadx< Type > operator- (const Vec2< Type > &point) const
 Quad - Point operator. More...
 
Quadx< Type > & operator-= (const Quadx< Type > &quad)
 Quad -= Quad operator. More...
 
Quadx< Type > & operator-= (const Vec2< Type > &point)
 Quad -= Point operator. More...
 
bool operator== (const Quadx< Type > &quad) const
 Quad == Quad operator. More...
 
Quadx< Type > & rotate (const Vec2< Type > &hotspot, float angle)
 Rotates the Quad. More...
 
Quadx< Type > & scale (float sx, float sy)
 Scale the Quad. More...
 
Quadx< Type > & scale (const Vec2< Type > &hotspot, float sx, float sy)
 Scale the Quad. More...
 
Sizex< Type > size () const
 Returns the size of the rectangle. More...
 
Type width () const
 Returns the width of the quad. More...
 

Public Attributes

Vec2< Type > p
 First Point. More...
 
Vec2< Type > q
 Second Point. More...
 
Vec2< Type > r
 Third Point. More...
 
Vec2< Type > s
 Fourth Point. More...
 

Detailed Description

template<typename Type>
class uicore::Quadx< Type >

2D quad structure.

These quads templates are defined for: int (Quad), float (Quadf), double (Quadd)

Constructor & Destructor Documentation

template<typename Type>
uicore::Quadx< Type >::Quadx ( )
inline
template<typename Type>
uicore::Quadx< Type >::Quadx ( const Vec2< Type > &  new_p,
const Vec2< Type > &  new_q,
const Vec2< Type > &  new_r,
const Vec2< Type > &  new_s 
)
inline

Constructs a quad.

Parameters
new_p= coord for first point of quad.
new_q= coord for second point of quad.
new_r= coord for third point of quad.
new_s= coord for forth point of quad.
template<typename Type>
uicore::Quadx< Type >::Quadx ( const Rectx< Type > &  rect)
inline

Constructs a quad.

Parameters
rectRectangle used to initialize the quad.

The corners of the rect are mapped to the quad member variables as follows:

  • Top-left: p
  • Top-right: q
  • Bottom-right: r
  • Bottom-left: s
template<typename Type>
uicore::Quadx< Type >::Quadx ( const Quadx< Type > &  quad)
inline

Constructs a quad.

Parameters
quad= Quad used to initialize this quad.

Member Function Documentation

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::apply_alignment ( Origin  origin,
Type  x,
Type  y 
)

Applies an origin and offset pair to this rectangle.

Parameters
originThe new origin to adjust to from default upper-left position
x,yOffsets applied negatively to each corner of the rectangle
Returns
reference to this object
template<typename Type>
Rect uicore::Quadx< Type >::bounds ( ) const

Returns the bounding box of the quad as a Rect.

template<typename Type>
Vec2<Type> uicore::Quadx< Type >::center ( ) const

Returns the center point of the quad.

template<typename Type>
Type uicore::Quadx< Type >::height ( ) const

Returns the height of the quad.

Referenced by uicore::Quadx< int >::size().

template<typename Type>
bool uicore::Quadx< Type >::is_inside ( const Vec2< Type > &  point) const

Check if a point is inside or outside the quad.

template<typename Type>
bool uicore::Quadx< Type >::operator!= ( const Quadx< Type > &  quad) const
inline

Quad != Quad operator.

template<typename Type>
Quadx<Type> uicore::Quadx< Type >::operator+ ( const Quadx< Type > &  quad) const
inline

Quad + Quad operator.

template<typename Type>
Quadx<Type> uicore::Quadx< Type >::operator+ ( const Vec2< Type > &  point) const
inline

Quad + Point operator.

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::operator+= ( const Quadx< Type > &  quad)
inline

Quad += Quad operator.

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::operator+= ( const Vec2< Type > &  point)
inline

Quad += Point operator.

template<typename Type>
Quadx<Type> uicore::Quadx< Type >::operator- ( const Quadx< Type > &  quad) const
inline

Quad - Quad operator.

template<typename Type>
Quadx<Type> uicore::Quadx< Type >::operator- ( const Vec2< Type > &  point) const
inline

Quad - Point operator.

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::operator-= ( const Quadx< Type > &  quad)
inline

Quad -= Quad operator.

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::operator-= ( const Vec2< Type > &  point)
inline

Quad -= Point operator.

template<typename Type>
bool uicore::Quadx< Type >::operator== ( const Quadx< Type > &  quad) const
inline

Quad == Quad operator.

template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::rotate ( const Vec2< Type > &  hotspot,
float  angle 
)

Rotates the Quad.

Parameters
hotspotPoint to rotate around.
angleAngle to rotate in degrees.
Returns
reference to this object
template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::scale ( float  sx,
float  sy 
)

Scale the Quad.

Parameters
sx= Scale value in x-axis
sy= Scale value in y-axis
Returns
reference to this object
template<typename Type>
Quadx<Type>& uicore::Quadx< Type >::scale ( const Vec2< Type > &  hotspot,
float  sx,
float  sy 
)

Scale the Quad.

Parameters
sx= Scale value in x-axis
sy= Scale value in y-axis
hotspot= Point to scale around.
Returns
reference to this object
template<typename Type>
Sizex<Type> uicore::Quadx< Type >::size ( ) const
inline

Returns the size of the rectangle.

template<typename Type>
Type uicore::Quadx< Type >::width ( ) const

Returns the width of the quad.

Referenced by uicore::Quadx< int >::size().

Member Data Documentation


The documentation for this class was generated from the following file: