3D line - Double More...

#include <line.h>

+ Inheritance diagram for clan::Line3d:

Public Member Functions

 Line3d ()
 
 Line3d (const Line3x< double > &copy)
 
 Line3d (const Vec3< double > &podouble_p, const Vec3< double > &podouble_q)
 
Attributes
Vec3< double > get_intersection (const Line3x< double > &second, bool &intersect, doublerange=(double) 0.5) const
 Return the intersection of this and other line. More...
 
Operators
bool operator== (const Line3x< double > &line) const
 == operator. More...
 
bool operator!= (const Line3x< double > &line) const
 != operator. More...
 

Public Attributes

Vec3< double > p
 
Vec3< double > q
 

Detailed Description

3D line - Double

Member Function Documentation

Vec3<double > clan::Line3x< double >::get_intersection ( const Line3x< double > &  second,
bool &  intersect,
double  range = (Type) 0.5 
) const
inherited

Return the intersection of this and other line.

Parameters
second= The second line to use
intersect= On Return: true if the lines intersect, false if the lines are parallel
range= Rounding error delta, to use to judge whether of not the lines intersect
Returns
The point
bool clan::Line3x< double >::operator!= ( const Line3x< double > &  line) const
inlineinherited

!= operator.

bool clan::Line3x< double >::operator== ( const Line3x< double > &  line) const
inlineinherited

== operator.

Member Data Documentation

Vec3<double > clan::Line3x< double >::p
inherited
Vec3<double > clan::Line3x< double >::q
inherited

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