Loading...
Searching...
No Matches
PLMD::Versors Namespace Reference

Variables

template<typename T>
constexpr auto xm
 
template<typename T>
constexpr auto xp
 
template<typename T>
constexpr auto ym
 
template<typename T>
constexpr auto yp
 
template<typename T>
constexpr auto zm
 
template<typename T>
constexpr auto zp
 

Variable Documentation

◆ xm

template<typename T>
auto PLMD::Versors::xm
constexpr
Initial value:
T(-1),T( 0),T( 0)
})
Class implementing fixed size vectors of doubles.
Definition Vector.h:90

◆ xp

template<typename T>
auto PLMD::Versors::xp
constexpr
Initial value:
T( 1),T( 0),T( 0)
})

◆ ym

template<typename T>
auto PLMD::Versors::ym
constexpr
Initial value:
T( 0),T(-1),T( 0)
})

◆ yp

template<typename T>
auto PLMD::Versors::yp
constexpr
Initial value:
T( 0),T( 1),T( 0)
})

◆ zm

template<typename T>
auto PLMD::Versors::zm
constexpr
Initial value:
T( 0),T( 0),T(-1)
})

◆ zp

template<typename T>
auto PLMD::Versors::zp
constexpr
Initial value:
T( 0),T( 0),T( 1)
})