setLocation method

void setLocation(
  1. Vector3 pt
)

Implementation

void setLocation(Vector3 pt) {
  setPoints([pt.copy()]);
}