YAP
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
ThreeVector.h File Reference
#include "fwd/ThreeVector.h"
#include "Matrix.h"
#include "Vector.h"

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