40 #ifndef _linesegment_h
41 #define _linesegment_h
87 IntersectionTestResult Intersects(
const LineSegment2D& Other)
const;
bool Boole
Generally acts a single bit, true or false.
std::pair< Boole, Vector2 > IntersectionTestResult
This is a type used for the return of a intersection test.
Vector2 PointA
The first point defining the segment.
A geometry math class for expressing a line connecting 2 points in 3D space.
Vector3 PointB
The second point defining the segment.
This is used to represent a point on a 2 dimentional area, such as a screen.
Vector3 PointA
The first point defining the segment.
This is used to represent a point in space, or a vector through space.
The bulk of the engine components go in this namspace.
Vector2 PointB
The second point defining the segment.
A geometry math class for expressing a line connecting 2 points in 2D space.