import type { IVector } from '../Math/IVector.js'; export interface IVertex { location: IVector; bulge: number; } //# sourceMappingURL=IVertex.d.ts.map