UNPKG

@polygonjs/polygonjs

Version:

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

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