MCPcopy
hub / github.com/motiondivision/motion / Point

Interface Point

packages/motion-utils/src/types/geometry.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Point {
2 x: number
3 y: number
4}
5
6export interface Axis {
7 min: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected