LineSegment< T > Class Template Reference

This simple class encapsulates a directed line segment. More...

#include <Shapes2d.h>

Inheritance diagram for LineSegment:

Inheritance graph
[legend]
Collaboration diagram for LineSegment< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef LineSegment< T > type

Public Methods

 LineSegment (T P_in, T Q_in)
type lerp (float t, const type &otherLine)
void scale (float xScalingFactor, float yScalingFactor)

Public Attributes

P
Q

Detailed Description

template<typename T>
class LineSegment< T >

This simple class encapsulates a directed line segment.

Definition at line 73 of file Shapes2d.h.


The documentation for this class was generated from the following file:
Generated on Tue May 21 03:35:10 2002 for Archimedes by doxygen1.2.15