Simple++
Powerfull and lightning fast C++ Library
Math::BoundingBox2D< T > Member List

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

BoundingBox2D()Math::BoundingBox2D< T >
BoundingBox2D(const Vec2< T > &center, const Vec2< T > &size)Math::BoundingBox2D< T >
BoundingBox2D(const Rectangle< T > &r)Math::BoundingBox2D< T >
getCenter() const Math::BoundingBox2D< T >
getSize() const Math::BoundingBox2D< T >
isColiding(const BoundingBox2D< T > &r) const Math::BoundingBox2D< T >
operator+=(const Vec2< T > &p)Math::BoundingBox2D< T >
operator-=(const Vec2< T > &p)Math::BoundingBox2D< T >
operator=(const Rectangle< T > &r)Math::BoundingBox2D< T >
setCenter(const Vec2< T > &center)Math::BoundingBox2D< T >
setSize(const Vec2< T > &size)Math::BoundingBox2D< T >
toRectangle() const Math::BoundingBox2D< T >
~BoundingBox2D()Math::BoundingBox2D< T >