Home
last modified time | relevance | path

Searched defs:Mat4X4 (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix.h158 inline constexpr Mat4X4() : data { 0 } {} in Mat4X4() function in Math::final
161 inline constexpr Mat4X4(Vec4 const& v0, Vec4 const& v1, Vec4 const& v2, Vec4 const& v3) : x(v0), y(v1), z(v2), w(v3) in Mat4X4() function in Math::final
165 inline constexpr Mat4X4(const float d[16]) in Mat4X4() function in Math::final
170 inline constexpr Mat4X4(float d0, float d1, float d2, float d3, float d4, float d5, float d6, float d7, float d8, in Mat4X4() function in Math::final
176 inline explicit constexpr Mat4X4(float id) in Mat4X4() function in Math::final
181 explicit inline constexpr Mat4X4(const Mat3X3& mat3X3) in Mat4X4() function in Math::final
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h232 META_TYPE(BASE_NS::Math::Mat4X4); variable

Completed in 1 milliseconds