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