getPositionAR method

Point<double> getPositionAR()

Implementation

Point<double> getPositionAR() {
  return getPosition() - getAnchorPointInPoints();
}