Severian's picture
Upload 7464 files
c211499
raw
history blame contribute delete
110 Bytes
export function intersectEllipse(
node: any,
rx: any,
ry: any,
point: any
): {
x: any;
y: any;
};