Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
interface
Point {
2
x: number
3
y: number
4
}
5
6
export
interface
Axis {
7
min: number
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected