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