#include <segment.h>
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 csVector3& | Start () const |
Get the start of the segment. | |
const csVector3& | End () const |
Get the end of the segment. | |
csVector3& | Start () |
Get the start of the segment. | |
csVector3& | End () |
Get the end of the segment. |