menu
fluttershy package
documentation
math.dart
Plane
copyFrom method
copyFrom method
dark_mode
light_mode
copyFrom
method
void
copyFrom
(
Plane
o
)
Implementation
void copyFrom(Plane o) { _normal.setFrom(o._normal); constant = o.constant; }
fluttershy package
documentation
math
Plane
copyFrom method
Plane class