menu
voyager_flutter package
documentation
data_processor/algorithm/poly_bool/epsilon.dart
Epsilon
pointsSameY method
pointsSameY method
dark_mode
light_mode
pointsSameY
method
bool
pointsSameY
(
Coordinate
p1
,
Coordinate
p2
)
Implementation
bool pointsSameY(JTS.Coordinate p1, JTS.Coordinate p2) { return (p1.y - p2.y).abs() < eps; }
voyager_flutter package
documentation
data_processor/algorithm/poly_bool/epsilon
Epsilon
pointsSameY method
Epsilon class