UNPKG

@kylebarron/snap-to-tin

Version:

Snap vector features to the faces of a triangulated irregular network (TIN).

8 lines (7 loc) 445 B
export declare type FloatArray = Float32Array | Float64Array; export declare type IntegerArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray; export declare type PointZ = number[] | FloatArray; export declare type Point = number[] | FloatArray; export declare type TriangleZ = FloatArray; export declare type LineSegment = Point[]; export declare type TypedArray = FloatArray | IntegerArray;