Translates the plane by a given vector v.
v
Plane translate(Vector3 v) { return Plane(point + v.toPoint(), normal); }