getBottom method

Vector3 getBottom()

Implementation

Vector3 getBottom() {
  return getEdgeCenter(DOWN);
}