MCPcopy Create free account
hub / github.com/OxideEngine/Oxide / Position

Class Position

oxide_math/components/position.rs:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#[derive(Clone, Copy, Debug, PartialEq)]
2pub struct Position {
3 pub x: f32,
4 pub y: f32,
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected