Skip to content

Modify code where std::pair() is used to represent x and y co-ordinates #184

Description

@davefavismortlock

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

invalidThis doesn't seem right

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions