moveArcCenterTo method

void moveArcCenterTo(
  1. Vector3 pt
)

Implementation

void moveArcCenterTo(Vector3 pt) => shift(pt - getArcCenter());