What is NavToolkit?
Getting Started
Advanced Documentation
Reference Documentation
API Documentation
Defined in File linear_algebra.hpp
Calculates cross product of two Vector3.
m – First Vector.
n – Second Vector.
The result of pre-multiplying the Vector n by the skew-symmetric matrix of m, dot(skew(m), n).
n
m
dot(skew(m), n)