#include <line.h>
Inheritance diagram for CL_Line3:

Public Member Functions | |
| CL_Line3 () | |
| CL_Line3 (const CL_Line3x< int > ©) | |
| CL_Line3 (const CL_Vec3< int > &point_p, const CL_Vec3< int > &point_q) | |
| CL_Vec3< int > | get_intersection (const CL_Line3x< int > &second, bool &intersect, intrange=(int) 0.5) const |
| Return the intersection of this and other line. | |
| bool | operator== (const CL_Line3x< int > &line) const |
| == operator. | |
| bool | operator!= (const CL_Line3x< int > &line) const |
| != operator. | |
Public Attributes | |
| CL_Vec3< int > | p |
| CL_Vec3< int > | q |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
Return the intersection of this and other line.
|
|
|
!= operator.
|
|
|
== operator.
|
|
|
|
|
|
|
1.4.6