Skip to content

Documentation / @ripl/3d / Face3D

Interface: Face3D ​

Defined in: 3d/src/core/shape.ts:52

A single face of a 3D mesh, defined by its vertices and an optional precomputed normal.

Properties ​

PropertyTypeDefined in
normal?Vector33d/src/core/shape.ts:54
verticesVector3[]3d/src/core/shape.ts:53