menu
openworld package
documentation
three_dart_jsm/three_dart_jsm/renderers/SVGEdgeFinder.dart
Edge
getNextPoint method
getNextPoint method
dark_mode
light_mode
getNextPoint
method
String
getNextPoint
(
String
point
)
Implementation
String getNextPoint(String point){ if(p1 == point){ return p2; } else{ return p1; } }
openworld package
documentation
three_dart_jsm/three_dart_jsm/renderers/SVGEdgeFinder
Edge
getNextPoint method
Edge class