Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fabricjs/fabric.js
/ XY
Interface
XY
src/Point.ts:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ sin } from
'./util/misc/sin'
;
4
5
export
interface
XY {
6
x: number;
7
y: number;
8
}
9
10
/**
11
* Adaptation of work of Kevin Lindsey(kevin@kevlindev.com)
Callers
nothing calls this directly
Implementers
1
Point
src/Point.ts
Calls
no outgoing calls
Tested by
no test coverage detected