Graphic Calculator: FIDocalcus
Проект трёх первокурсников (по инженерному практикуму в первом семестре) по созданию графического калькулятора на FLTK C++
Loading...
Searching...
No Matches
Math_calc::Point Struct Reference

Вещественная точка More...

#include <math_base.h>

Public Member Functions

 Point ()
 
 Point (double _x, double _y)
 

Public Attributes

double x
 
double y
 

Detailed Description

Вещественная точка

Constructor & Destructor Documentation

◆ Point() [1/2]

Math_calc::Point::Point ( double _x,
double _y )
inline
10: x{_x}, y{_y} {}
double y
Definition math_base.h:16
double x
Definition math_base.h:16

◆ Point() [2/2]

Math_calc::Point::Point ( )
inline
12: x{0}, y{0} {}

Member Data Documentation

◆ x

double Math_calc::Point::x

◆ y

double Math_calc::Point::y

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