Constructs a new plane with the given values.
Plane([Vector3? normal, this.constant = 0 ]) { this.normal = normal ?? Vector3( 0, 0, 1 ); }