getSize

abstract fun getSize(): Array<Double>

This method returns the size of the environment as an array of length getDimensions. This method must return distance measured with the same unit used by the positions. No non-euclidean distance metrics are allowed.

Return

the size of this environment