menu
three_dart package
documentation
three3d/math/convex_hull.dart
ConvexHull
makeEmpty method
makeEmpty method
dark_mode
light_mode
makeEmpty
method
ConvexHull
makeEmpty
(
)
Implementation
ConvexHull makeEmpty() { faces = []; vertices = []; return this; }
three_dart package
documentation
three3d/math/convex_hull
ConvexHull
makeEmpty method
ConvexHull class