Function ggez::graphics::origin [] [src]

pub fn origin(context: &mut Context)

Sets the current model transform to the origin transform (no transformation)

You must call apply_transformations(ctx) after calling this to apply these changes and recalculate the underlying MVP matrix.