Type Definition button_controller::math::Matrix2d

source ·
pub type Matrix2d<T = Scalar> = Matrix2x3<T>;
Expand description

The type used for matrices.