menu
three_dart package
documentation
three3d/math/plane.dart
Plane
clone method
clone method
dark_mode
light_mode
clone
method
Plane
clone
(
)
Implementation
Plane clone() { return Plane(null, null).copy(this); }
three_dart package
documentation
three3d/math/plane
Plane
clone method
Plane class