![]() |
Public API Reference |
#include <segment.h>
Public Methods | |
csSegment3 (const csVector3 &s, const csVector3 &e) | |
Make a new segment and initialize with the given values. More... | |
csSegment3 () | |
Make a new uninitialized segment. More... | |
void | Set (const csVector3 &s, const csVector3 &e) |
Set segment to given values. More... | |
void | SetStart (const csVector3 &s) |
Set the start of the segment. More... | |
void | SetEnd (const csVector3 &e) |
Set the end of the segment. More... | |
const csVector3 & | Start () const |
Get the start of the segment. More... | |
const csVector3 & | End () const |
Get the end of the segment. More... | |
csVector3 & | Start () |
Get the start of the segment. More... | |
csVector3 & | End () |
Get the end of the segment. More... |
Definition at line 76 of file segment.h.
|
Make a new segment and initialize with the given values.
|
|
Make a new uninitialized segment.
|
|
Get the end of the segment.
|
|
Get the end of the segment.
Definition at line 104 of file segment.h. Referenced by csIntersect3::XFrustum, and csIntersect3::YFrustum. |
|
Set segment to given values.
|
|
Set the end of the segment.
Definition at line 98 of file segment.h. Referenced by csBox3::GetEdge. |
|
Set the start of the segment.
Definition at line 95 of file segment.h. Referenced by csBox3::GetEdge. |
|
Get the start of the segment.
|
|
Get the start of the segment.
Definition at line 101 of file segment.h. Referenced by csIntersect3::XFrustum, and csIntersect3::YFrustum. |