Constant ludomath::consts::TRANSFORM_IDENTITY [] [src]

pub const TRANSFORM_IDENTITY: Transform = Transform{vec: VEC_ZERO, mat: [[1.0, 0.0], [0.0, 1.0]],}

A transformation which has no effect, representing the global coordinate system.