Skew#

inline Matrix33 Skew(const Vec3 &v)#

Creates a skew-symmetric matrix from a vector.

Useful for representing cross products as matrix operations

Parameters:

v[in] Input vector

Returns:

Skew-symmetric matrix such that result * x = v × x for any vector x