menu
three_js_bvh_csg package
documentation
csg/plane.dart
Plane
flip method
flip method
dark_mode
light_mode
flip
method
void
flip
(
)
Implementation
void flip() { normal.negate(); w = -w; }
three_js_bvh_csg package
documentation
csg/plane
Plane
flip method
Plane class