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