YAP
|
Go to the source code of this file.
Namespaces | |
yap | |
Functions | |
template<typename T > | |
constexpr ThreeVector< T > | cross (const ThreeVector< T > &A, const ThreeVector< T > &B) noexcept |
template<typename T > | |
constexpr SquareMatrix< T, 3 > | skewSymmetric (const ThreeVector< T > V) noexcept |
skew symmetric matrix formed from a 3 vector | |