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