* Not re-exporting SpaceSetObject outside of the crate
* Removed unused SpaceObject definition
* Factored out Point definition.
* Remove `pub` visibility on definition not actually requiring it.
* Added an assert for indexing into a Position, in the case where the
position has only one dimension, the index MUST BE 0.
* Commented `highest_resolution()` as this is not yet used.