CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Math::TRect2< T > Member List

This is the complete list of members for Math::TRect2< T >, including all inherited members.

clip(const TRect2 &clipRect)Math::TRect2< T >
contains(const TPoint2< T > &point) constMath::TRect2< T >
contains(const TRect2< T > &rect) constMath::TRect2< T >
encapsulate(const TRect2 &other)Math::TRect2< T >
fromCenterAndSize(const TPoint2< T > &center, const TSize2< T > &size)Math::TRect2< T >inlinestatic
fromCenterAndSize(const TPoint2< T > &center, T size)Math::TRect2< T >inlinestatic
fullyContained(const TRect2 &other) constMath::TRect2< T >
getMath::TRect2< T >friend
getMath::TRect2< T >friend
getBottomLeft() constMath::TRect2< T >inline
getBottomRight() constMath::TRect2< T >inline
getCenter() constMath::TRect2< T >
getHalfSize() constMath::TRect2< T >
getIntersectionGroups(const Vector< TRect2 > &rects)Math::TRect2< T >static
getTopLeft() constMath::TRect2< T >inline
getTopRight() constMath::TRect2< T >inline
inset(const TRect2Edge< T > &insets) constMath::TRect2< T >
inset(T value) constMath::TRect2< T >inline
intersection(const TRect2 &other) constMath::TRect2< T >
operator!=Math::TRect2< T >friend
operator==Math::TRect2< T >friend
originMath::TRect2< T >
outset(const TRect2Edge< T > &insets) constMath::TRect2< T >
outset(T value) constMath::TRect2< T >inline
overlaps(const TRect2 &other) constMath::TRect2< T >
setBottomLeft(const TPoint2< T > &bottomLeft)Math::TRect2< T >inline
setBottomRight(const TPoint2< T > &bottomRight)Math::TRect2< T >inline
setTopLeft(const TPoint2< T > &topLeft)Math::TRect2< T >inline
setTopRight(const TPoint2< T > &topRight)Math::TRect2< T >inline
sizeMath::TRect2< T >
transform(const TMatrix4< T > &matrix)Math::TRect2< T >
transform(const TMatrix3< T > &matrix)Math::TRect2< T >
TRect2()=defaultMath::TRect2< T >
TRect2(const TPoint2< T > &origin, const TSize2< T > &size)Math::TRect2< T >inline
TRect2(const TPoint2< T > &center, const TRect2Edge< T > &edge)Math::TRect2< T >
TRect2(T x, T y, T width, T height)Math::TRect2< T >inline