34 template <
class Tt = T>
94 #endif // MU_VECTOR3D_H_ Vector3D(const Vector< 3, T > &other)
Construct a new Vector3D object from a Vector object.
Definition: vector3d.h:36
const T & z() const noexcept
const z component
Definition: vector3d.h:90
const T & y() const noexcept
const y component
Definition: vector3d.h:72
A three dimensional vector.
Definition: vector3d.h:19
A generic vector.
Definition: vector.h:48
const T & x() const noexcept
const x component
Definition: vector3d.h:54
T & x() noexcept
x component
Definition: vector3d.h:45
Definition: literals.h:11
T & z() noexcept
z component
Definition: vector3d.h:81
T & y() noexcept
y component
Definition: vector3d.h:63