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