menu
openworld package
documentation
three_dart/three3d/math/index.dart
Plane
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Plane
plane
)
Implementation
bool equals(Plane plane) { return plane.normal.equals(normal) && (plane.constant == constant); }
openworld package
documentation
three_dart/three3d/math/index
Plane
equals method
Plane class