avian3d::math

Type Alias Matrix2

source
pub type Matrix2 = Mat2;
Expand description

The 2x2 matrix type used by Avian.

Aliased Typeยง

struct Matrix2(/* private fields */);