menu
bonfiremodify package
documentation
bonfire.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; }
bonfiremodify package
documentation
bonfire
Plane
copyFrom method
Plane class