2D line ray - Double More...
#include <line_ray.h>

Public Member Functions | |
| CL_LineRay2d () | |
| CL_LineRay2d (const CL_Vec2< double > &point_p, const CL_Vec2< double > &direction_v) | |
| CL_LineRay2d (const CL_LineRay2x< double > ©) | |
Operators | |
| bool | operator== (const CL_LineRay2x< double > &line) const |
| == operator. | |
| bool | operator!= (const CL_LineRay2x< double > &line) const |
| != operator. | |
Public Attributes | |
| CL_Vec2< double > | p |
| Start point on the line ray. | |
| CL_Vec2< double > | v |
2D line ray - Double
A ray has a start point and a direction
| CL_LineRay2d::CL_LineRay2d | ( | ) | [inline] |
| CL_LineRay2d::CL_LineRay2d | ( | const CL_LineRay2x< double > & | copy | ) | [inline] |
| CL_LineRay2d::CL_LineRay2d | ( | const CL_Vec2< double > & | point_p, | |
| const CL_Vec2< double > & | direction_v | |||
| ) | [inline] |
| bool CL_LineRay2x< double >::operator!= | ( | const CL_LineRay2x< double > & | line | ) | const [inline, inherited] |
!= operator.
| bool CL_LineRay2x< double >::operator== | ( | const CL_LineRay2x< double > & | line | ) | const [inline, inherited] |
== operator.
CL_Vec2<double > CL_LineRay2x< double >::p [inherited] |
Start point on the line ray.
CL_Vec2<double > CL_LineRay2x< double >::v [inherited] |
1.7.1