It is confusing to see std::pair->first and std::pair->second are used to represent x and y coordinates. We already have CGeom2DPoint() and CGeom2DIPoint() classes, these should always be used for x and y coordinates (unless there is a valid performance-related reason for doing otherwise). Need to change this.
It is confusing to see std::pair->first and std::pair->second are used to represent x and y coordinates. We already have CGeom2DPoint() and CGeom2DIPoint() classes, these should always be used for x and y coordinates (unless there is a valid performance-related reason for doing otherwise). Need to change this.