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