Mathter
A configurable 3D math library for game developers.
|
This is the complete list of members for mathter::Simd< float, 4 >, including all inherited members.
add(const Simd &lhs, const Simd &rhs) | mathter::Simd< float, 4 > | inlinestatic |
add(const Simd &lhs, float rhs) | mathter::Simd< float, 4 > | inlinestatic |
div(const Simd &lhs, const Simd &rhs) | mathter::Simd< float, 4 > | inlinestatic |
div(const Simd &lhs, float rhs) | mathter::Simd< float, 4 > | inlinestatic |
dot(const Simd &lhs, const Simd &rhs) | mathter::Simd< float, 4 > | inlinestatic |
mad(const Simd &a, const Simd &b, const Simd &c) | mathter::Simd< float, 4 > | inlinestatic |
mul(const Simd &lhs, const Simd &rhs) | mathter::Simd< float, 4 > | inlinestatic |
mul(const Simd &lhs, float rhs) | mathter::Simd< float, 4 > | inlinestatic |
reg | mathter::Simd< float, 4 > | |
regi | mathter::Simd< float, 4 > | |
set(float x, float y, float z, float w) | mathter::Simd< float, 4 > | inlinestatic |
shuffle(const Simd &arg) | mathter::Simd< float, 4 > | inlinestatic |
spread(float value) | mathter::Simd< float, 4 > | inlinestatic |
sub(const Simd &lhs, const Simd &rhs) | mathter::Simd< float, 4 > | inlinestatic |
sub(const Simd &lhs, float rhs) | mathter::Simd< float, 4 > | inlinestatic |
v | mathter::Simd< float, 4 > |