![]() |
Gamedev Framework (gf)
0.14.0
A C++14 framework for 2D games
|
This is the complete list of members for gf::Ball< T, N >, including all inherited members.
Ball() noexcept | gf::Ball< T, N > | inline |
Ball(const Vector< T, N > &ballCenter, T ballRadius) noexcept | gf::Ball< T, N > | inline |
center | gf::Ball< T, N > | |
contains(const Vector< T, N > &point) const noexcept | gf::Ball< T, N > | inline |
getCenter() const noexcept | gf::Ball< T, N > | inline |
getRadius() const noexcept | gf::Ball< T, N > | inline |
intersects(const Ball< T, N > &other) const noexcept | gf::Ball< T, N > | inline |
isEmpty() const noexcept | gf::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 |
radius | gf::Ball< T, N > |