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

Method flip_x

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

Source from the content-addressed store, hash-verified

354 /// Flips the element horizontally (mirror across the vertical axis).
355 #[inline]
356 pub fn flip_x(&mut self) -> &mut Self {
357 self.config.flip_x = true;
358 self
359 }
360
361 /// Flips the element vertically (mirror across the horizontal axis).
362 #[inline]

Calls

no outgoing calls