MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / Point

Class Point

src/lib.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19 #[derive(Debug, Clone, Copy)]
20 pub struct Point {
21 pub x: f32,
22 pub y: f32,
23 }
24
25 #[derive(Debug, Clone)]
26 pub struct Rect {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected