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

Method origin

src/graphics/batch.rs:38–41  ·  view source on GitHub ↗
(mut self, origin: Vec2)

Source from the content-addressed store, hash-verified

36 }
37
38 pub fn origin(mut self, origin: Vec2) -> Self {
39 self.origin = origin;
40 self
41 }
42
43 pub fn scale(mut self, scale: Vec2) -> Self {
44 self.scale = scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected