Simple++
Powerfull and lightning fast C++ Library
Math::Line< T > Member List

This is the complete list of members for Math::Line< T >, including all inherited members.

getP0() const Math::Line< T >
getP1() const Math::Line< T >
Line(const Vec2< T > &p0, const Vec2< T > &p1)Math::Line< T >
Line(const T &x0, const T &y0, const T &x1, const T &y1)Math::Line< T >
Line()Math::Line< T >
setP0(const Vec2< T > &p)Math::Line< T >
setP1(const Vec2< T > &p)Math::Line< T >