UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

5 lines (4 loc) 246 B
export declare abstract class PrimitiveGraph { abstract neighboursCount(primitiveIndex: number, withSharedEdge: boolean): number; abstract neighbourIndex(primitiveIndex: number, neighbourIndex: number, withSharedEdge: boolean): number; }