Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h756 class IVec3 { class
769 inline constexpr IVec3() : data {} {} in IVec3() function in Math::IVec3
771 inline constexpr IVec3(int32_t x, int32_t y, int32_t z) : x(x), y(y), z(z) {} in IVec3() function in Math::IVec3
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dmeta_types.h226 META_TYPE(BASE_NS::Math::IVec3); variable

Completed in 3 milliseconds