void matchZ(Mobject mob, {Vector3? direction}) { direction ??= ORIGIN; matchCoord(mob, 2, direction: direction); }