Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
geometry::two_d::LineSegment< T > Struct Template Reference

#include <linesegment.h>

List of all members.

Public Member Functions

 LineSegment ()
 LineSegment (Point< T > b, Point< T > e)

Public Attributes

Point< T > begin
Point< T > end

template<typename T>
struct geometry::two_d::LineSegment< T >


Constructor & Destructor Documentation

template<typename T>
geometry::two_d::LineSegment< T >::LineSegment ( ) [inline]
template<typename T>
geometry::two_d::LineSegment< T >::LineSegment ( Point< T >  b,
Point< T >  e 
) [inline]

Member Data Documentation

template<typename T>
Point<T> geometry::two_d::LineSegment< T >::begin
template<typename T>
Point<T> geometry::two_d::LineSegment< T >::end

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines