Gamedev Framework (gf)  0.10.0
A C++14 framework for 2D games
gf::Box< T, N > Member List

This is the complete list of members for gf::Box< T, N >, including all inherited members.

Box() noexceptgf::Box< T, N >inline
Box(Vector< T, N > p0, Vector< T, N > p1) noexceptgf::Box< T, N >inline
Box(const T(&p0)[N], const T(&p1)[N]) noexceptgf::Box< T, N >inline
Box(Vector< T, N > p) noexceptgf::Box< T, N >inlineexplicit
contains(Vector< T, N > point) const noexceptgf::Box< T, N >inline
contains(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
extend(const T(&point)[N]) noexceptgf::Box< T, N >inline
extend(Vector< T, N > point) noexceptgf::Box< T, N >inline
extend(const Box< T, N > &other) noexceptgf::Box< T, N >inline
getCenter() const noexceptgf::Box< T, N >inline
getExtended(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
getExtentDistance() const noexceptgf::Box< T, N >inline
getIntersection(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
getIntersectionExtentDistance(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
getIntersectionVolume(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
getMinimumEdge() const noexceptgf::Box< T, N >inline
getSize() const noexceptgf::Box< T, N >inline
getVolume() const noexceptgf::Box< T, N >inline
intersects(const Box< T, N > &other) const noexceptgf::Box< T, N >inline
isEmpty() const noexceptgf::Box< T, N >inline
maxgf::Box< T, N >
mingf::Box< T, N >
normalize() noexceptgf::Box< T, N >inline