MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / flip_y

Method flip_y

src/elements.rs:363–366  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

361 /// Flips the element vertically (mirror across the horizontal axis).
362 #[inline]
363 pub fn flip_y(&mut self) -> &mut Self {
364 self.config.flip_y = true;
365 self
366 }
367}
368
369/// Builder for configuring shape rotation (vertex-level).

Callers 1

Calls

no outgoing calls

Tested by 1