3D line - Double
More...
#include <line.h>
CL_Line3d::CL_Line3d |
( |
const CL_Line3x< double > & |
copy) | |
|
|
inline |
CL_Line3d::CL_Line3d |
( |
const CL_Vec3< double > & |
podouble_p, |
|
|
const CL_Vec3< double > & |
podouble_q |
|
) |
| |
|
inline |
CL_Vec3<double > CL_Line3x< double >::get_intersection |
( |
const CL_Line3x< double > & |
second, |
|
|
bool & |
intersect, |
|
|
double |
range = (Type) 0.5 |
|
) |
| const |
|
inherited |
Return the intersection of this and other line.
- Parameters
-
second | = The second line to use |
intersect | = On Return: true if the lines intersect, false if the lines are parallel |
range | = Rounding error delta, to use to judge whether of not the lines intersect |
- Returns
- The point
The documentation for this class was generated from the following file: