menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
HalfEdge
setTwin method
HalfEdge class