MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / scale

Method scale

src/graphics/batch.rs:43–46  ·  view source on GitHub ↗
(mut self, scale: Vec2)

Source from the content-addressed store, hash-verified

41 }
42
43 pub fn scale(mut self, scale: Vec2) -> Self {
44 self.scale = scale;
45 self
46 }
47
48 pub fn rotation(mut self, rotation: f32) -> Self {
49 self.rotation = rotation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected