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