Gamedev Framework (gf)  0.14.0
A C++14 framework for 2D games
gf::Circ< T > Member List

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

Ball() noexceptgf::Ball< T, 2 >inline
Ball(const Vector< T, N > &ballCenter, T ballRadius) noexceptgf::Ball< T, 2 >inline
centergf::Ball< T, 2 >
Circ() noexceptgf::Circ< T >inline
Circ(const Vector< T, 2 > &circCenter, T circRadius) noexceptgf::Circ< T >inline
contains(const Vector< T, N > &point) const noexceptgf::Ball< T, 2 >inline
getBottom() const noexceptgf::Circ< T >inline
getCenter() const noexceptgf::Ball< T, 2 >inline
getLeft() const noexceptgf::Circ< T >inline
getRadius() const noexceptgf::Ball< T, 2 >inline
getRight() const noexceptgf::Circ< T >inline
getTop() const noexceptgf::Circ< T >inline
intersects(const Ball< T, N > &other) const noexceptgf::Ball< T, 2 >inline
isEmpty() const noexceptgf::Ball< T, 2 >inline
operator!=(const Circ< T > &lhs, const Circ< T > &rhs)gf::Circ< T >related
Ball< T, 2 >::operator!=(const Ball< T, N > &lhs, const Ball< T, N > &rhs)gf::Ball< T, 2 >related
operator==(const Circ< T > &lhs, const Circ< T > &rhs)gf::Circ< T >related
Ball< T, 2 >::operator==(const Ball< T, N > &lhs, const Ball< T, N > &rhs)gf::Ball< T, 2 >related
operator|(Archive &ar, Circ< T > &circ)gf::Circ< T >related
Ball< T, 2 >::operator|(Archive &ar, Ball< T, N > &ball)gf::Ball< T, 2 >related
radiusgf::Ball< T, 2 >