menu
three_dart package
documentation
three3d/math/plane.dart
Plane
negate method
negate method
dark_mode
light_mode
negate
method
Plane
negate
(
)
Implementation
Plane negate() { constant *= -1; normal.negate(); return this; }
three_dart package
documentation
three3d/math/plane
Plane
negate method
Plane class