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