NcEngine
|
A four component vector. More...
#include <Vector.h>
Public Member Functions | |
constexpr | Vector4 (float x_, float y_, float z_, float w_) noexcept |
constexpr | Vector4 (const Vector3 &v, float w_) noexcept |
Static Public Member Functions | |
static constexpr Vector4 | Splat (float v) noexcept |
static constexpr Vector4 | Zero () noexcept |
static constexpr Vector4 | One () noexcept |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |
A four component vector.