![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
This is the complete list of members for toy::math::Vector2< T >, including all inherited members.
| c_arr() noexcept | toy::math::Vector2< T > | |
| c_arr() const noexcept | toy::math::Vector2< T > | |
| isEqual(const Vector2 &vector, T absEpsilon=8 *numeric_limits< T >::epsilon(), T relEpsilon=64 *numeric_limits< T >::epsilon()) const noexcept | toy::math::Vector2< T > | |
| isZero() const noexcept | toy::math::Vector2< T > | |
| operator*=(const T &scalar) noexcept | toy::math::Vector2< T > | |
| operator+=(const Vector2 &vector) noexcept | toy::math::Vector2< T > | |
| operator-=(const Vector2 &vector) noexcept | toy::math::Vector2< T > | |
| operator/=(const T &scalar) noexcept | toy::math::Vector2< T > | |
| setZero() noexcept | toy::math::Vector2< T > | |
| sqrMagnitude() const noexcept | toy::math::Vector2< T > | |
| Vector2() noexcept | toy::math::Vector2< T > | |
| Vector2(const T &x, const T &y) noexcept | toy::math::Vector2< T > | |
| Vector2(const T *values) noexcept | toy::math::Vector2< T > | explicit |
| x | toy::math::Vector2< T > | |
| y | toy::math::Vector2< T > |