constructObject method

Vec3 constructObject()

Construct an object. Should be implemented in each subclass.

Implementation

Vec3 constructObject(){
  throw ('constructObject() not implemented in this Pool subclass yet!');
}