getCorner method

Vector3 getCorner(
  1. Vector3 corner
)

Implementation

Vector3 getCorner(Vector3 corner) {
  return getCriticalPoint(corner);
}