Searched refs:aNonRect5 (Results 1 – 1 of 1) sorted by relevance
1083 B2DPolygon aNonRect5; in testIsRectangle() local1084 aNonRect5.append( B2DPoint(0,0) ); in testIsRectangle()1085 aNonRect5.append( B2DPoint(1,0) ); in testIsRectangle()1086 aNonRect5.append( B2DPoint(1,1) ); in testIsRectangle()1087 aNonRect5.append( B2DPoint(0,1) ); in testIsRectangle()1088 aNonRect5.setControlPoints(1,B2DPoint(1,0),B2DPoint(-11,0)); in testIsRectangle()1089 aNonRect5.setClosed(true); in testIsRectangle()1104 !tools::isRectangle( aNonRect5 )); in testIsRectangle()
Completed in 62 milliseconds