menu
openworld package
documentation
three_dart/three3d/math/index.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); }
openworld package
documentation
three_dart/three3d/math/index
Line3
equals method
Line3 class