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

Method push_matrix

src/graphics/batch.rs:154–157  ·  view source on GitHub ↗
(&mut self, matrix: Mat3)

Source from the content-addressed store, hash-verified

152 }
153
154 pub fn push_matrix(&mut self, matrix: Mat3) {
155 // TODO: Support relative transforms
156 self.matrices.push(matrix);
157 }
158
159 pub fn pop_matrix(&mut self) {
160 self.matrices.pop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected