#include "JPLSpatial/Core.h"
#include <concepts>
Go to the source code of this file.
|
| template<class Vec3Type > |
| JPL_INLINE auto | JPL::GetX (const Vec3Type &v) noexcept |
| |
| template<class Vec3Type > |
| JPL_INLINE auto | JPL::GetY (const Vec3Type &v) noexcept |
| |
| template<class Vec3Type > |
| JPL_INLINE auto | JPL::GetZ (const Vec3Type &v) noexcept |
| |
| template<class Vec3Type > |
| JPL_INLINE void | JPL::SetX (Vec3Type &v, Vec3FloatType< Vec3Type > value) noexcept |
| |
| template<class Vec3Type > |
| JPL_INLINE void | JPL::SetY (Vec3Type &v, Vec3FloatType< Vec3Type > value) noexcept |
| |
| template<class Vec3Type > |
| JPL_INLINE void | JPL::SetZ (Vec3Type &v, Vec3FloatType< Vec3Type > value) noexcept |
| |