SpherePackingScenarioGenerator
|
#include <ChannelPrinterHelper.h>
Public Member Functions | |
Point | getIntersectionPoint (Line lineToIntersect) |
double | getXPosOfPointProjected (Point p) |
double | getY (double x) |
Line (double m, double t) | |
Line () | |
Line (Point A, Point B) | |
Public Attributes | |
double | _a |
double | _b |
xml::twoD::Line::Line | ( | double | m, |
double | t | ||
) | [inline] |
xml::twoD::Line::Line | ( | ) | [inline] |
xml::twoD::Line::Line | ( | Point | A, |
Point | B | ||
) | [inline] |
Point xml::twoD::Line::getIntersectionPoint | ( | Line | lineToIntersect | ) | [inline] |
double xml::twoD::Line::getXPosOfPointProjected | ( | Point | p | ) | [inline] |
double xml::twoD::Line::getY | ( | double | x | ) | [inline] |
double xml::twoD::Line::_a |
double xml::twoD::Line::_b |