getLocation method

Vector3 getLocation()

Implementation

Vector3 getLocation() {
  return points.first;
}