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