Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
Loading...
Searching...
No Matches
Point.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Graph_lib::Point
 

Namespaces

namespace  Graph_lib
 

Typedefs

using pix_amount = unsigned int
 

Functions

bool Graph_lib::operator!= (Point a, Point b)
 
Point Graph_lib::operator+ (Point a, Point b)
 
Point Graph_lib::operator- (Point a, Point b)
 
bool Graph_lib::operator== (Point a, Point b)
 

Typedef Documentation

◆ pix_amount

using pix_amount = unsigned int