Struct atlas::vector4
template <typename T>
Public Functions
Type | Name |
---|---|
vec4 () |
|
glm::vec4 | operator= (const T & p_other) |
bool | operator== (const glm::vec4 & p_other) |
vector4 () = default |
|
vector4 (const T & p_other) |
|
vector4 (float x, float y, float z, float w) |
Public Functions Documentation
function vec4
inline atlas::vector4::vec4 ()
function operator=
inline glm::vec4 atlas::vector4::operator= (
const T & p_other
)
function operator==
inline bool atlas::vector4::operator== (
const glm::vec4 & p_other
)
function vector4 [1/3]
atlas::vector4::vector4 () = default
function vector4 [2/3]
inline atlas::vector4::vector4 (
const T & p_other
)
function vector4 [3/3]
inline atlas::vector4::vector4 (
float x,
float y,
float z,
float w
)
The documentation for this class was generated from the following file TheAtlasEngine/atlas/core/math/types.hpp