3D line ray - Double More...
#include <line_ray.h>
Public Member Functions | |
CL_LineRay3d () | |
CL_LineRay3d (const CL_Vec3< double > &point_p, const CL_Vec3< double > &direction_v) | |
CL_LineRay3d (const CL_LineRay3x< double > ©) | |
Operators | |
bool | operator== (const CL_LineRay3x< double > &line) const |
== operator. | |
bool | operator!= (const CL_LineRay3x< double > &line) const |
!= operator. | |
Public Attributes | |
CL_Vec3< double > | p |
Start point on the line ray. | |
CL_Vec3< double > | v |
3D line ray - Double
A ray has a start point and a direction
CL_LineRay3d::CL_LineRay3d | ( | ) | [inline] |
CL_LineRay3d::CL_LineRay3d | ( | const CL_LineRay3x< double > & | copy | ) | [inline] |
CL_LineRay3d::CL_LineRay3d | ( | const CL_Vec3< double > & | point_p, | |
const CL_Vec3< double > & | direction_v | |||
) | [inline] |
bool CL_LineRay3x< double >::operator!= | ( | const CL_LineRay3x< double > & | line | ) | const [inline, inherited] |
!= operator.
bool CL_LineRay3x< double >::operator== | ( | const CL_LineRay3x< double > & | line | ) | const [inline, inherited] |
== operator.
CL_Vec3<double > CL_LineRay3x< double >::p [inherited] |
Start point on the line ray.
CL_Vec3<double > CL_LineRay3x< double >::v [inherited] |