menu
infinity_model package
documentation
models/figure/mesh_3d.dart
Mesh3D
Mesh3D.new constructor
Mesh3D.new constructor
dark_mode
light_mode
Mesh3D
constructor
Mesh3D
(
List
<
Face3D
>
faces
)
Creates a new mesh.
Implementation
Mesh3D( this.faces, ) : super(faces);
infinity_model package
documentation
models/figure/mesh_3d
Mesh3D
Mesh3D.new constructor
Mesh3D class