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