CAAT.Path
CAAT.LinearPath
A linear path is a straight line between two given points. It is created by calling:
var path= new CAAT.PathUtil.LinearPath(). setInitialPosition(x,y). setFinalPosition(x,y);
This object exists for backwards compatibility, instead look at CAAT.PathUtil.Path object.