UNPKG

@polygonjs/polygonjs

Version:

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

10 lines (9 loc) 215 B
"use strict"; export class QuadHalfEdge { constructor(options) { this.quadId = options.quadId; this.index0 = options.index0; this.index1 = options.index1; this.sideIndex = options.sideIndex; } }