ClanLib
2.3.7
|
3D line segment - Double More...
#include <line_segment.h>
Public Member Functions | |
CL_LineSegment3d () | |
CL_LineSegment3d (const CL_LineSegment3x< double > ©) | |
CL_LineSegment3d (const CL_Vec3< double > &point_p, const CL_Vec3< double > &point_q) | |
Attributes | |
CL_Vec3< double > | get_midpoint () const |
Get the midpoint of this line. More... | |
double | point_distance (const CL_Vec3< double > &point, CL_Vec3< double > &dest_intercept) const |
Calculate the distance from a line segment to a point. More... | |
Operators | |
bool | operator== (const CL_LineSegment3x< double > &line) const |
== operator. More... | |
bool | operator!= (const CL_LineSegment3x< double > &line) const |
!= operator. More... | |
Public Attributes | |
CL_Vec3< double > | p |
Start point on the line. More... | |
CL_Vec3< double > | q |
3D line segment - Double
A line segment has a start point and an end point
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Get the midpoint of this line.
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Calculate the distance from a line segment to a point.
point | = The point |
dest_intercept | = On Return: The point on the line closest to the point |
|
inherited |
Start point on the line.
|
inherited |