Home | History | Annotate | Download | only in src

Lines Matching full:equation

1061 //! Get the line equation parameters "a", "b" and "c" for the line determined by points "p" and "q"
1063 * The equation of the line is considered in the general form:
1066 * @param p One point for defining the equation of the line
1067 * @param q Second point for defining the equation of the line
1426 //! Get the values of "a", "b" and "c" of the line equation ax + by + c = 0 knowing that point "p" and "q" are on the line
1434 * @param a Parameter "a" from the line equation
1435 * @param b Parameter "b" from the line equation
1436 * @param c Parameter "c" from the line equation