Plane.copy constructor
Plane.copy(
- Plane other
Implementation
Plane.copy(Plane other) : _normal = Vector3.copy(other._normal), constant = other.constant;
Plane.copy(Plane other) : _normal = Vector3.copy(other._normal), constant = other.constant;