setPositionAR method

void setPositionAR(
  1. Point<double> position
)

Implementation

void setPositionAR(Point<double> position) {
  setPosition(position + getAnchorPointInPoints());
}