Gin
Loading...
Searching...
No Matches
Classes | Functions
geometry

Classes

class  Catenary
 A catenary is the shape a wire, cable, rope etc. More...
 
class  Ellipse< T >
 Equations to calculate the shape of an ellipse and to calculate points on the edge of the ellipse and to see if points are inside or outside. More...
 
class  Polygon< T >
 Polygon with multiple points. More...
 

Functions

template<typename 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.
 

Detailed Description

Function Documentation

◆ square()

template<typename T >
T square ( in)

◆ solveLine()

template<typename T >
bool solveLine ( x1,
y1,
x2,
y2,
T &  m,
T &  b 
)

Solves for the slope and intercept of a line.