#include <vector.hpp>
◆ Vec3f() [1/4]
wren::math::Vec3f::Vec3f |
( |
| ) |
|
|
inline |
◆ Vec3f() [2/4]
wren::math::Vec3f::Vec3f |
( |
const auto & | other | ) |
|
|
inline |
◆ Vec3f() [3/4]
wren::math::Vec3f::Vec3f |
( |
float | x, |
|
|
float | y, |
|
|
float | z ) |
|
inline |
◆ Vec3f() [4/4]
wren::math::Vec3f::Vec3f |
( |
const Vec< float, 3 > & | other | ) |
|
|
inline |
◆ operator%()
auto wren::math::Vec3f::operator% |
( |
const Vec3f & | other | ) |
const |
|
inline |
◆ x() [1/2]
auto wren::math::Vec3f::x |
( |
| ) |
const |
|
inlinenodiscard |
◆ x() [2/2]
auto wren::math::Vec3f::x |
( |
float | x | ) |
|
|
inline |
◆ y() [1/2]
auto wren::math::Vec3f::y |
( |
| ) |
const |
|
inlinenodiscard |
◆ y() [2/2]
auto wren::math::Vec3f::y |
( |
float | y | ) |
|
|
inline |
◆ z() [1/2]
auto wren::math::Vec3f::z |
( |
| ) |
const |
|
inlinenodiscard |
◆ z() [2/2]
auto wren::math::Vec3f::z |
( |
float | z | ) |
|
|
inline |
The documentation for this struct was generated from the following file: