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