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

Class Point

src/geometry.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Debug, Clone, Copy)]
8pub struct Point {
9 pub x: f32,
10 pub y: f32,
11}
12
13#[derive(Debug, Clone)]
14pub struct Rect {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected