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

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.