Type Alias avian3d::math::Matrix2

source ·
pub type Matrix2 = Mat2;
Expand description

The 2x2 matrix type used by Avian.

Aliased Type§

struct Matrix2(/* private fields */);