Face3D constructor
Face3D(
- Triangle triangle, {
- Color? color,
Creates a face with the given points.
Implementation
Face3D(this.triangle, {this.color});
Creates a face with the given points.
Face3D(this.triangle, {this.color});