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