MCPcopy
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

3import { sin } from './util/misc/sin';
4
5export 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

Pointsrc/Point.ts

Calls

no outgoing calls

Tested by

no test coverage detected