Interface: ISegment
Hierarchy
- ISegment
Index
Properties
Properties
holeStartIndices
• holeStartIndices: number[]
Defined in src/util/PlateRenderSurfaceTriangulator.ts:20
At what index in vertexIndices do holes start (most of the time empty or only one. earcut wants this format). This has double indirection: This is the index to access vertexIndices of ISegment with, which in turn is just an index to ISurface.vertices
vertexIndices
• vertexIndices: number[]
Defined in src/util/PlateRenderSurfaceTriangulator.ts:13
indices of surface.vertices of all points in this segment