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