menu
three_dart package
documentation
three3d/math/convex_hull.dart
HalfEdge
setTwin method
setTwin method
dark_mode
light_mode
setTwin
method
HalfEdge
setTwin
(
HalfEdge
?
edge
)
Implementation
HalfEdge setTwin(HalfEdge? edge) { twin = edge; edge?.twin = this; return this; }
three_dart package
documentation
three3d/math/convex_hull
HalfEdge
setTwin method
HalfEdge class