Function Acts::VectorHelpers::cross¶
Defined in File Helpers.hpp
Function Documentation¶
-
ActsMatrix<3, 3>
Acts::VectorHelpers::cross(const ActsMatrix<3, 3> &m, const Vector3 &v)¶ Calculates column-wise cross products of a matrix and a vector and stores the result column-wise in a matrix.
- Return
Constructed matrix
- Parameters
[in] m: Matrix that will be used for cross products[in] v: Vector for cross products