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