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