menu
three_dart package
documentation
three3d/math/convex_hull.dart
VertexList
isEmpty method
isEmpty method
dark_mode
light_mode
isEmpty
method
bool
isEmpty
(
)
Implementation
bool isEmpty() => head == null;
three_dart package
documentation
three3d/math/convex_hull
VertexList
isEmpty method
VertexList class