Four-element column-vector storage.
More...
#include <mxvk/include/mxvk/mxvk_math.h>
|
| constexpr | Mat1x4D ()=default |
| | Construct a zero-initialized 4-element vector.
|
| constexpr | Mat1x4D ()=default |
| | Construct a zero-initialized 4-element vector.
|
| constexpr | Mat1x4D (float m0, float m1, float m2, float m3) |
| | Construct from explicit elements.
|
| constexpr | Mat1x4D (float m0, float m1, float m2, float m3) |
| | Construct from explicit elements.
|
|
| float | mat [4] {} |
| | Matrix/vector elements.
|
Four-element column-vector storage.
Definition at line 604 of file mxvk_math.h.
◆ Mat1x4D() [1/4]
| mxvk::Mat1x4D::Mat1x4D |
( |
| ) |
|
|
constexprdefault |
Construct a zero-initialized 4-element vector.
◆ Mat1x4D() [2/4]
| mxvk::Mat1x4D::Mat1x4D |
( |
float | m0, |
|
|
float | m1, |
|
|
float | m2, |
|
|
float | m3 ) |
|
inlineconstexpr |
Construct from explicit elements.
Definition at line 613 of file mxvk_math.h.
613:
mat{m0, m1, m2, m3} {}
float mat[4]
Matrix/vector elements.
◆ Mat1x4D() [3/4]
| mxvk::Mat1x4D::Mat1x4D |
( |
| ) |
|
|
constexprdefault |
Construct a zero-initialized 4-element vector.
◆ Mat1x4D() [4/4]
| mxvk::Mat1x4D::Mat1x4D |
( |
float | m0, |
|
|
float | m1, |
|
|
float | m2, |
|
|
float | m3 ) |
|
inlineconstexpr |
◆ mat
| float mxvk::Mat1x4D::mat {} |
The documentation for this class was generated from the following files: