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()

Line::Line ( const Point P0,
const Point V 
)

Member Function Documentation

◆ Dist()

double Line::Dist ( const Point p) const

References Point::dist(), Point::normalize(), p0, and v.

Member Data Documentation

◆ p0

Point Line::p0

Referenced by Dist().

◆ v


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