computeMeshSurfaceArea
computeMeshSurfaceArea(result, points, indices, [polygon_count]) ⇒ number
Kind: global function
Returns: number - total surface area
| Param | Type | Description |
|---|---|---|
| result | Float32Array | Area of individual polygons will be written here |
| points | Array.<number> | Float32Array | |
| indices | Array.<number> | Uint8Array | Uint16Array | Uint32Array | |
| [polygon_count] | number |