center property

Vector3 get center

Implementation

Vector3 get center => (min + max) * 0.5;