Searched refs:aVectorB (Results 1 – 1 of 1) sorted by relevance
556 const B2DVector aVectorB(maEndPoint - maControlPointB); in getControlPolygonLength() local558 if(!aVectorA.equalZero() || !aVectorB.equalZero()) in getControlPolygonLength()561 return (aVectorA.getLength() + aVectorB.getLength() + aTop.getLength()); in getControlPolygonLength()
Completed in 35 milliseconds