ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
toy::math::Vector2< T > Member List

This is the complete list of members for toy::math::Vector2< T >, including all inherited members.

c_arr() noexcepttoy::math::Vector2< T >
c_arr() const noexcepttoy::math::Vector2< T >
isEqual(const Vector2 &vector, T absEpsilon=8 *numeric_limits< T >::epsilon(), T relEpsilon=64 *numeric_limits< T >::epsilon()) const noexcepttoy::math::Vector2< T >
isZero() const noexcepttoy::math::Vector2< T >
operator*=(const T &scalar) noexcepttoy::math::Vector2< T >
operator+=(const Vector2 &vector) noexcepttoy::math::Vector2< T >
operator-=(const Vector2 &vector) noexcepttoy::math::Vector2< T >
operator/=(const T &scalar) noexcepttoy::math::Vector2< T >
setZero() noexcepttoy::math::Vector2< T >
sqrMagnitude() const noexcepttoy::math::Vector2< T >
Vector2() noexcepttoy::math::Vector2< T >
Vector2(const T &x, const T &y) noexcepttoy::math::Vector2< T >
Vector2(const T *values) noexcepttoy::math::Vector2< T >explicit
xtoy::math::Vector2< T >
ytoy::math::Vector2< T >