48 LineEquation(
double x1,
double y1,
double x2,
double y2);
61 bool HaveIntercept() {
69 std::vector<double>
p_x;
70 std::vector<double>
p_y;
LineEquation()
Constructors.
Utility class for creating and using cartesean line equations.
double Intercept()
Compute the intercept of the line.
bool p_defined
Variable indicating if line is defined yet.
std::vector< double > p_y
Dependent variables.
void AddPoint(double x, double y)
Add a point to the object.
std::vector< double > p_x
Independent variables.
~LineEquation()
Destroys the LineEquation object.
bool p_interceptDefined
Variable indicating if intercept is defined yet.
bool p_slopeDefined
Variable indicating if slope is defined yet.
Namespace for ISIS/Bullet specific routines.
double Slope()
Compute the slope of the line.