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