Home
last modified time | relevance | path

Searched refs:xParameter (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dvector.h60 inline constexpr Vec2(float xParameter, float yParameter) noexcept : x(xParameter), y(yParameter) {} in y()
211 inline constexpr Vec3(float xParameter, float yParameter, float zParameter) noexcept;
286 inline constexpr Vec4(float xParameter, float yParameter, float zParameter, float wParameter) noexcept;
364 inline constexpr UVec2(uint32_t xParameter, uint32_t yParameter) : x(xParameter), y(yParameter) {} in UVec2() argument
632 inline constexpr IVec2(int32_t xParameter, int32_t yParameter) : x(xParameter), y(yParameter) {} in IVec2() argument
884 inline constexpr Vec3::Vec3(float xParameter, float yParameter, float zParameter) noexcept
885 : x(xParameter),
[all...]
H A Dquaternion.h60 inline constexpr Quat(float xParameter, float yParameter, float zParameter, float wParameter) noexcept
61 : x(xParameter), y(yParameter), z(zParameter), w(wParameter) in w()

Completed in 3 milliseconds