menu
three_js_math package
documentation
objects/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_js_math package
documentation
objects/plane
Plane
equals method
Plane class