3D line - Double More...
#include <line.h>
Public Member Functions | |
Line3d () | |
Line3d (const Line3x< double > ©) | |
Line3d (const Vec3< double > &podouble_p, const Vec3< double > &podouble_q) | |
![]() | |
Line3x () | |
Line3x (const Line3x< double > ©) | |
Line3x (const Vec3< double > &point_p, const Vec3< double > &point_q) | |
Vec3< double > | intersection (const Line3x< double > &second, bool &intersect, double range=(double) 0.5) const |
Return the intersection of this and other line. More... | |
bool | operator!= (const Line3x< double > &line) const |
!= operator. More... | |
Line3x< double > & | operator= (const Line3x< double > ©) |
= operator. More... | |
bool | operator== (const Line3x< double > &line) const |
== operator. More... | |
Additional Inherited Members | |
![]() | |
Vec3< double > | p |
Vec3< double > | q |
3D line - Double
|
inline |
|
inline |
|
inline |