26 inline void zoom(
float& val,
float origin,
float factor)
27 {val = (val-origin)*factor + origin;}
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state cha...
void zoom(float &val, float origin, float factor)
base zooming transformation