![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <MathVectors.h>
Public Member Functions | |
SimdVector () noexcept | |
SimdVector (T reg0, T reg1, T reg2, T reg3) noexcept | |
SimdVector (T val) noexcept | |
SimdVector (T reg[4]) noexcept | |
bool | operator== (const SimdVector &) const =default |
Public Attributes | |
T | _reg [4] |
Definition at line 71 of file MathVectors.h.
|
inlinenoexcept |
Definition at line 74 of file MathVectors.h.
|
inlineexplicitnoexcept |
Definition at line 77 of file MathVectors.h.
|
inlineexplicitnoexcept |
Definition at line 80 of file MathVectors.h.
|
inlineexplicitnoexcept |
Definition at line 83 of file MathVectors.h.
|
default |
T Divide::SimdVector< T >::_reg[4] |
Definition at line 87 of file MathVectors.h.