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