#include <line_ray.h>
Inheritance diagram for CL_LineRay2:

Public Member Functions | |
| CL_LineRay2 () | |
| CL_LineRay2 (const CL_LineRay2x< int > ©) | |
| CL_LineRay2 (const CL_Vec2< int > &point_p, const CL_Vec2< int > &direction_v) | |
| bool | operator== (const CL_LineRay2x< int > &line) const |
| == operator. | |
| bool | operator!= (const CL_LineRay2x< int > &line) const |
| != operator. | |
Public Attributes | |
| CL_Vec2< int > | p |
| Start point on the line ray. | |
| CL_Vec2< int > | v |
A ray has a start point and a direction
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
!= operator.
|
|
|
== operator.
|
|
|
Start point on the line ray.
|
|
|
|
1.4.6