/** * Data container for extended points (much faster to operate on than affine points) */ export type Point4 = { x: T; y: T; z: T; t: T; }; //# sourceMappingURL=Point4.d.ts.map