#include <psyqo/vector.hh>
|
FixedPoint< precisionBits, T > | x |
|
FixedPoint< precisionBits, T > | y |
|
std::conditional_t<(N > 2), FixedPoint< precisionBits, T >, EmptyZ > | z |
|
std::conditional_t<(N > 3), FixedPoint< precisionBits, T >, EmptyW > | w |
|
◆ FixedPointType
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
typedef FixedPoint<precisionBits, T> psyqo::Vector< N, precisionBits, T >::FixedPointType |
◆ BACKWARD()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ DOWN()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ FORWARD()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ get() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ get() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ LEFT()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ ONE()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator Vertex()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator*() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator*() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
template<std::integral U>
◆ operator*=() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator*=() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
template<std::integral U>
◆ operator+()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator+=()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator-() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator-() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator-=()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator/() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator/() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
template<std::integral U>
◆ operator/=() [1/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ operator/=() [2/2]
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
template<std::integral U>
◆ operator[]()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ RIGHT()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ UP()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
◆ ZERO()
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
std::conditional_t<(N > 3), FixedPoint<precisionBits, T>, EmptyW> psyqo::Vector< N, precisionBits, T >::w |
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
FixedPoint<precisionBits, T> psyqo::Vector< N, precisionBits, T >::x |
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
FixedPoint<precisionBits, T> psyqo::Vector< N, precisionBits, T >::y |
template<unsigned N, unsigned precisionBits = 12, std::integral T = int32_t>
std::conditional_t<(N > 2), FixedPoint<precisionBits, T>, EmptyZ> psyqo::Vector< N, precisionBits, T >::z |
The documentation for this struct was generated from the following file: