168169170171172173174175
* Returns the index of the path segment at the given distance along the * path. */ public int getPathSegAtLength(float distance) { PathLength pl = getPathLengthObj(); return pl.segmentAtLength(distance); } }