Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
|
Точка с геометрическими связями More...
#include <obstacles.h>
Public Member Functions | |
Point ()=default | |
Point (const lib::Point &p) | |
Point (double xx, double yy) | |
Point & | operator+= (const Point &d) |
Point & | operator-= (const Point &d) |
Static Public Member Functions | |
static const Point | InfPoint () |
Public Attributes | |
std::shared_ptr< lib::Point > | another_tangent_point = nullptr |
double | x |
double | y |
Точка с геометрическими связями
|
default |
|
inline |
|
inline |
|
inlinestaticinherited |
std::shared_ptr<lib::Point> math::Point::another_tangent_point = nullptr |
|
inherited |
|
inherited |