You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Square constructor, to avoid a PointPositionException, the points have to be placed in this order : A,D,C,B.
The correct order should be A,B,C,D; the coordinates check should be enhanced.
In the Square constructor, to avoid a PointPositionException, the points have to be placed in this order : A,D,C,B.
The correct order should be A,B,C,D; the coordinates check should be enhanced.