Box.getCenter

* Returns box center.

struct Box(T, int N)
const
getCenter
()
if (
N >= 1 &&
N <= 3
)

Meta