Line Class Reference
#include <Curve.h>
Public Member Functions | |
double Dist (const Point &p) const | |
Line (const Point &P0, const Point &V) | |
Public Attributes | |
Point p0 | |
Point v | |
Constructor & Destructor Documentation
◆ Line()
Member Function Documentation
◆ Dist()
double Line::Dist | ( | const Point & | p | ) | const |
References Point::dist(), Point::normalize(), p0, and v.
Member Data Documentation
◆ p0
◆ v
The documentation for this class was generated from the following files:
- src/Mod/Path/libarea/Curve.h
- src/Mod/Path/libarea/Curve.cpp