Skip to content

Code comment  #33

@rafaelcorsi

Description

@rafaelcorsi

* @brief Check if the current point is **not** equivalent to another point

should be:

  • @brief Check if the current point is equivalent to another point

as the function compares two points:

bool TSPoint::operator==(TSPoint p1) {
  return ((p1.x == x) && (p1.y == y) && (p1.z == z));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions