Create a plane from a normal vector and a constant.
constant
Plane.normalconstant(Vector3 normal_, this.constant) : _normal = Vector3.copy(normal_);