#include <Geometry.h>
Public Member Functions | |
SetOfPoints () | |
Constructor. | |
void | add (V x, V y) |
void | add (Vector2< V > newPoint) |
void | init () |
double | linearRegression (Line &line) |
Private Attributes | |
Vector2< V > | points [maxNumberOfPoints] |
int | numberOfPoints |
|
Constructor.
Definition at line 151 of file Geometry.h. References Geometry::SetOfPoints< V, maxNumberOfPoints >::init(). |
Here is the call graph for this function:
|
Definition at line 152 of file Geometry.h. References Geometry::SetOfPoints< V, maxNumberOfPoints >::numberOfPoints, and Geometry::SetOfPoints< V, maxNumberOfPoints >::points. |
|
Definition at line 159 of file Geometry.h. References Geometry::SetOfPoints< V, maxNumberOfPoints >::numberOfPoints, and Geometry::SetOfPoints< V, maxNumberOfPoints >::points. |
|
Definition at line 166 of file Geometry.h. References Geometry::SetOfPoints< V, maxNumberOfPoints >::numberOfPoints. Referenced by Geometry::SetOfPoints< V, maxNumberOfPoints >::SetOfPoints(). |
|
Definition at line 168 of file Geometry.h. References Geometry::Line::base, Geometry::Line::direction, Geometry::SetOfPoints< V, maxNumberOfPoints >::numberOfPoints, Geometry::SetOfPoints< V, maxNumberOfPoints >::points, Vector2< double >::x, and Vector2< double >::y. |
|
Definition at line 214 of file Geometry.h. Referenced by Geometry::SetOfPoints< V, maxNumberOfPoints >::add(), and Geometry::SetOfPoints< V, maxNumberOfPoints >::linearRegression(). |
|
Definition at line 215 of file Geometry.h. Referenced by Geometry::SetOfPoints< V, maxNumberOfPoints >::add(), Geometry::SetOfPoints< V, maxNumberOfPoints >::init(), and Geometry::SetOfPoints< V, maxNumberOfPoints >::linearRegression(). |