Plane.components constructor Null safety
Implementation
Plane.components(double x, double y, double z, this.constant)
: _normal = Vector3(x, y, z);
Plane.components(double x, double y, double z, this.constant)
: _normal = Vector3(x, y, z);