getTop method

Vector3 getTop()

Implementation

Vector3 getTop() {
  return getEdgeCenter(UP);
}