Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csSegment3 Class Reference

A 3D line segment. More...

#include <segment.h>

List of all members.

Public Methods

 csSegment3 (const csVector3 &s, const csVector3 &e)
 Make a new segment and initialize with the given values.

 csSegment3 ()
 Make a new uninitialized segment.

void Set (const csVector3 &s, const csVector3 &e)
 Set segment to given values.

void SetStart (const csVector3 &s)
 Set the start of the segment.

void SetEnd (const csVector3 &e)
 Set the end of the segment.

const csVector3Start () const
 Get the start of the segment.

const csVector3End () const
 Get the end of the segment.

csVector3Start ()
 Get the start of the segment.

csVector3End ()
 Get the end of the segment.


Detailed Description

A 3D line segment.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000