3D line - Float
More...
#include <line.h>
Vec3<float > clan::Line3x< float >::get_intersection |
( |
const Line3x< float > & |
second, |
|
|
bool & |
intersect, |
|
|
float |
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: