Equal Length Spline

Status
Open
WikiPage
Equal Length Spline
Issue Type
has problems
Description

If the last point in the spline does not fulfill with the wantedDistance restriction, the last segment is not copied to splineDest. Possible solution:
if j == splineSrc.getNumPoints() -1) && (length < wantedDistanceSquared
{
splineDest->addPoint(end);
break;
}

Created
Monday 12 of March, 2012 15:59:07 GMT-0000
by xme
LastModif
Monday 12 of March, 2012 15:59:07 GMT-0000
by xme