MCPcopy Create free account
hub / github.com/Kethku/Pando / transform

Method transform

aspen/src/context_stack/draw_context.rs:281–283  ·  view source on GitHub ↗
(&mut self, transform: Affine)

Source from the content-addressed store, hash-verified

279 }
280
281 pub fn transform(&mut self, transform: Affine) {
282 self.update_local_transform(|t| t * transform);
283 }
284
285 pub fn mouse_position(&self) -> Option<Point> {
286 self.actual_mouse_position()

Callers 1

draw_layout_atMethod · 0.45

Calls 1

Tested by

no test coverage detected