constructObject method
Vector3
constructObject()
Construct an object. Should be implemented in each subclass.
Implementation
Vector3 constructObject(){
throw ('constructObject() not implemented in this Pool subclass yet!');
}