Interface for layer components.
interface ILayerComponent { nPoints: number; nTriangles: number;}
Number of points in the layer component.
Number of triangles in the layer component.
Interface for layer components.