Skip to main content

computeMeshSurfaceArea

computeMeshSurfaceArea(result, points, indices, [polygon_count]) ⇒ number

Kind: global function
Returns: number - total surface area

ParamTypeDescription
resultFloat32ArrayArea of individual polygons will be written here
pointsArray.<number> | Float32Array
indicesArray.<number> | Uint8Array | Uint16Array | Uint32Array
[polygon_count]number