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