|
HyperPlot
v1
Bin and visualise multidimensional datasets
|
HyperPlot, Author: Sam Harnew, sam.harnew@gmail.com , Date: Dec 2015
A HyperLine that is defined by 2 points nDim space.
Definition at line 23 of file HyperLine.h.
#include <HyperLine.h>
Public Member Functions | |
| HyperLine (const HyperPoint &a, const HyperPoint &b) | |
| virtual void | print (std::ostream &os=std::cout, int endline=1) const |
| ~HyperLine () | |
Public Member Functions inherited from NPlane | |
| NPlane (const HyperPointSet &a) | |
| NPlane (const HyperPoint &origin, const HyperPointSet &v) | |
| int | getDimension () const |
| int | getN () const |
| const HyperPoint & | getOrigin () const |
| virtual const HyperPoint & | getDirection (int i=0) const |
| HyperPoint | getParametricPoint (const HyperPoint &t) const |
| virtual | ~NPlane () |
Additional Inherited Members | |
Protected Attributes inherited from NPlane | |
| HyperPoint | _origin |
| HyperPointSet | _v |
| HyperLine::HyperLine | ( | const HyperPoint & | a, |
| const HyperPoint & | b | ||
| ) |
Standard constructor that takes two HyperPoints
Definition at line 5 of file HyperLine.cpp.
| HyperLine::~HyperLine | ( | ) |
Destructor
Definition at line 27 of file HyperLine.cpp.
|
virtual |
Print the parameters that define the HyperLine
Reimplemented from NPlane.
Definition at line 14 of file HyperLine.cpp.
1.8.10