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

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

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