menu
cannon_physics package
documentation
shapes/convex_polyhedron.dart
ConvexPolyhedron
faces property
faces property
dark_mode
light_mode
faces
property
List
<
List
<
int
>
>
faces
getter/setter pair
Array of integer arrays, indicating which vertices each face consists of
Implementation
late List<List<int>>faces;
cannon_physics package
documentation
shapes/convex_polyhedron
ConvexPolyhedron
faces property
ConvexPolyhedron class