Matrix

Type Alias Matrix 

Source
pub type Matrix = Mat2;
Expand description

The dimension-specific matrix type used by Avian.

Aliased Type§

pub struct Matrix(/* private fields */);

Trait Implementations§

Source§

impl From<Rotation> for Matrix

Available on crate feature 2d only.
Source§

fn from(rot: Rotation) -> Self

Creates a Matrix rotation matrix from a Rotation.