Gin
|
Functions | |
template<typename T > | |
T | square (T in) |
template<typename T > | |
bool | solveLine (T x1, T y1, T x2, T y2, T &m, T &b) |
Solves for the slope and intercept of a line. More... | |
T square | ( | T | in | ) |
bool solveLine | ( | T | x1, |
T | y1, | ||
T | x2, | ||
T | y2, | ||
T & | m, | ||
T & | b | ||
) |
Solves for the slope and intercept of a line.