uicore::Line3f Class Reference

3D line - Float More...

#include <line.h>

+ Inheritance diagram for uicore::Line3f:

Public Member Functions

 Line3f ()
 
 Line3f (const Line3x< float > &copy)
 
 Line3f (const Vec3< float > &point_p, const Vec3< float > &point_q)
 
- Public Member Functions inherited from uicore::Line3x< float >
 Line3x ()
 
 Line3x (const Line3x< float > &copy)
 
 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 > &copy)
 = operator. More...
 
bool operator== (const Line3x< float > &line) const
 == operator. More...
 

Additional Inherited Members

- Public Attributes inherited from uicore::Line3x< float >
Vec3< float > p
 
Vec3< float > q
 

Detailed Description

3D line - Float

Constructor & Destructor Documentation

uicore::Line3f::Line3f ( )
inline
uicore::Line3f::Line3f ( const Line3x< float > &  copy)
inline
uicore::Line3f::Line3f ( const Vec3< float > &  point_p,
const Vec3< float > &  point_q 
)
inline

The documentation for this class was generated from the following file: