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