matchY method

void matchY(
  1. Mobject mob, {
  2. Vector3? direction,
})

Implementation

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