/** * Data container for affine points */ export type Point2 = { x: T; y: T; }; //# sourceMappingURL=Point2.d.ts.map