SA_Maths
Sapphire Suite's C++ Maths Library
|
This is the complete list of members for SA::TrScale< T >, including all inherited members.
Divide(const TrScale &_lhs, const RhsT &_rhs) noexcept | SA::TrScale< T > | inlineprotectedstatic |
Equals(const TrScale &_other, T _epsilon=std::numeric_limits< T >::epsilon()) const noexcept | SA::TrScale< T > | inlineprotected |
IsIdentity() const noexcept | SA::TrScale< T > | inlineprotected |
IsZero() const noexcept | SA::TrScale< T > | inlineprotected |
LerpUnclamped(const TrScale &_start, const TrScale &_end, float _alpha) noexcept | SA::TrScale< T > | inlineprotectedstatic |
Multiply(const TrScale &_lhs, const RhsT &_rhs) noexcept | SA::TrScale< T > | inlineprotectedstatic |
operator TrScale< TOut >() const noexcept | SA::TrScale< T > | inline |
scale | SA::TrScale< T > | |
TrScale()=default | SA::TrScale< T > | |
TrScale(const Vec3< T > &_scale) noexcept | SA::TrScale< T > | inline |