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

gul::line Struct Template Reference

#include <gul_types.h>

List of all members.

Public Methods

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

Public Attributes

point< T > P1
point< T > P2

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


Member Function Documentation

template<class T>
const point<T>& gul::line< T >::operator[] size_t    i const [inline]
 

Definition at line 1117 of file gul_types.h.

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


Member Data Documentation

template<class T>
point<T> gul::line::P1
 

Definition at line 1115 of file gul_types.h.

template<class T>
point<T> gul::line::P2
 

Definition at line 1116 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