Constructors
constructor
- new Face(_vertices, _index0, _index1, _index2): Face
Parameters
- _vertices: Vertices
- _index0: number
- _index1: number
- _index2: number
Properties
angles
angles: number[] = []
indices
indices: number[] = []
Methods
isInside
- isInside(_point): boolean
Returns boolean
Describes a face of a Mesh by referencing three Vertices with their indizes and calculates face normals.
Authors
Jirka Dell'Oro-Friedl, HFU, 2022