Contents User Forum Source Index APIs by Task APIs by Level Data


G3D::LineSegment2D Class Reference

#include <LineSegment.h>

List of all members.

Public Member Functions

Vector2 closestPoint (const Vector2 &Q) const
float distance (const Vector2 &p) const
float length () const
 LineSegment2D ()
Vector2 point (int i) const

Static Public Member Functions

static LineSegment2D fromTwoPoints (const Vector2 &p0, const Vector2 &p1)


Constructor & Destructor Documentation

G3D::LineSegment2D::LineSegment2D (  )  [inline]


Member Function Documentation

Vector2 G3D::LineSegment2D::closestPoint ( const Vector2 Q  )  const

float G3D::LineSegment2D::distance ( const Vector2 p  )  const

static LineSegment2D G3D::LineSegment2D::fromTwoPoints ( const Vector2 p0,
const Vector2 p1 
) [static]

float G3D::LineSegment2D::length (  )  const

Vector2 G3D::LineSegment2D::point ( int  i  )  const


The documentation for this class was generated from the following file:
Generated on Thu Aug 2 11:40:46 2007 for G3D by doxygen 1.5.2
Hosted by SourceForge.net Logo