Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

gul::line2 Struct Template Reference

#include <gul_types.h>

List of all members.

Public Methods

const point2< T > & operator[] (size_t i) const

Public Attributes

point2< T > P1
point2< T > P2

template<class T>
struct gul::line2< T >


Member Function Documentation

template<class T>
const point2<T>& gul::line2< T >::operator[] size_t    i const [inline]
 

Definition at line 1124 of file gul_types.h.

01124 { return (&P1)[i]; }


Member Data Documentation

template<class T>
point2<T> gul::line2::P1
 

Definition at line 1122 of file gul_types.h.

template<class T>
point2<T> gul::line2::P2
 

Definition at line 1123 of file gul_types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 21 04:17:58 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001