menu
theatre package
documentation
geometry/line_segment.dart
LineSegment
crossed method
crossed method
dark_mode
light_mode
crossed
method
bool
crossed
(
LineSegment
otherSegment
)
Implementation
bool crossed(LineSegment otherSegment) { return intersections(otherSegment).isNotEmpty; }
theatre package
documentation
geometry/line_segment
LineSegment
crossed method
LineSegment class