pixled-lib  1.0
Public Member Functions | List of all members
pixled::point_equal Struct Reference

#include <geometry.h>

Public Member Functions

bool operator() (const point &p1, const point &p2) const
 

Detailed Description

A function object that can be used to check point equality.

Member Function Documentation

◆ operator()()

bool pixled::point_equal::operator() ( const point p1,
const point p2 
) const

Checks if the two points are equal.

Returns
true iff p1 == p2

The documentation for this struct was generated from the following files: