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