menu
three_dart package
documentation
three3d/math/convex_hull.dart
HalfEdge
tail method
tail method
dark_mode
light_mode
tail
method
VertexNode
?
tail
(
)
Implementation
VertexNode? tail() => prev != null ? prev!.vertex : null;
three_dart package
documentation
three3d/math/convex_hull
HalfEdge
tail method
HalfEdge class