Searched refs:aNonRect3 (Results 1 – 1 of 1) sorted by relevance
1071 B2DPolygon aNonRect3; in testIsRectangle() local1072 aNonRect3.append( B2DPoint(0,0) ); in testIsRectangle()1073 aNonRect3.append( B2DPoint(1,0) ); in testIsRectangle()1074 aNonRect3.append( B2DPoint(1,1) ); in testIsRectangle()1075 aNonRect3.setClosed(true); in testIsRectangle()1100 !tools::isRectangle( aNonRect3 )); in testIsRectangle()
Completed in 21 milliseconds