List of all members.
Public Member Functions |
| Line2D (const Line2D &line) |
| Line2D (T lx_start, T ly_start, T lz_start, T lx_end, T ly_end, T lz_end) |
| Line2D (const Vec2< T > &pt, Vec2< T > v) |
const Line2D< T > & | operator= (const Line2D< T > &) |
bool | operator== (const Line2D< T > &line) const |
float | Length () const |
const Vec2< T > | GetDirectionVector () const |
const Vec2< T > | GetStartPoint () const |
const Vec2< T > | GetEndPoint () const |
Detailed Description
template<typename T>
class nux::Line2D< T >
Definition at line 32 of file Line2D.h.
The documentation for this class was generated from the following file: