menu
three_dart package
documentation
three3d/math/line3.dart
Line3
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Line3
line
)
Implementation
bool equals(Line3 line) { return line.start.equals(start) && line.end.equals(end); }
three_dart package
documentation
three3d/math/line3
Line3
equals method
Line3 class