csSegment2 Class Reference
[Geometry utilities]
A 2D line segment.
More...
#include <csgeom/segment.h>
Public Member Functions | |
csSegment2 () | |
Make a new uninitialized segment. | |
csSegment2 (const csVector2 &s, const csVector2 &e) | |
Make a new segment and initialize with the given values. | |
csVector2 & | End () |
Get the end of the segment. | |
const csVector2 & | End () const |
Get the end of the segment. | |
void | Set (const csVector2 &s, const csVector2 &e) |
Set segment to given values. | |
void | SetEnd (const csVector2 &e) |
Set the end of the segment. | |
void | SetStart (const csVector2 &s) |
Set the start of the segment. | |
csVector2 & | Start () |
Get the start of the segment. | |
const csVector2 & | Start () const |
Get the start of the segment. | |
~csSegment2 () | |
Destructor. |
Detailed Description
A 2D line segment.
Definition at line 37 of file segment.h.
Constructor & Destructor Documentation
|
Make a new segment and initialize with the given values.
|
|
Make a new uninitialized segment.
|
|
Destructor.
|
Member Function Documentation
|
Get the end of the segment.
|
|
Get the end of the segment.
Definition at line 67 of file segment.h. Referenced by csPoly2DEdges::AddEdge(), csIntersect2::SegmentPlane(), csIntersect2::SegmentPlaneNoTest(), csPlane2::Set(), and csMath2::WhichSide2D(). |
|
Set segment to given values.
|
|
Set the end of the segment.
Definition at line 61 of file segment.h. Referenced by csBox2::GetEdge(). |
|
Set the start of the segment.
Definition at line 58 of file segment.h. Referenced by csBox2::GetEdge(). |
|
Get the start of the segment.
|
|
Get the start of the segment.
Definition at line 64 of file segment.h. Referenced by csPoly2DEdges::AddEdge(), csIntersect2::SegmentPlane(), csIntersect2::SegmentPlaneNoTest(), csPlane2::Set(), and csMath2::WhichSide2D(). |
The documentation for this class was generated from the following file:
- csgeom/segment.h
Generated for Crystal Space by doxygen 1.4.6