My Project
Public Member Functions | Public Attributes | List of all members
AronGeometry::Segment< T > Class Template Reference

Public Member Functions

 Segment (Point< T > p0, Point< T > p1)
 
double squareDist ()
 
double distance ()
 
bool isColinear (Point< T > p)
 
bool isCrossSegment (Segment< T > s1, Segment< T > s2)
 
bool isEndPoint (Point< T > p)
 
bool operator== (Segment< T > s)
 

Public Attributes

Point< T > p0
 
Point< T > p1
 

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