Face3D constructor

Face3D(
  1. Triangle triangle, {
  2. Color? color,
})

Creates a face with the given points.

Implementation

Face3D(this.triangle, {this.color});