ClanLib
2.3.7
|
2D line ray - Float More...
#include <line_ray.h>
Public Member Functions | |
CL_LineRay2f () | |
CL_LineRay2f (const CL_LineRay2x< float > ©) | |
CL_LineRay2f (const CL_Vec2< float > &point_p, const CL_Vec2< float > &direction_v) | |
Operators | |
bool | operator== (const CL_LineRay2x< float > &line) const |
== operator. More... | |
bool | operator!= (const CL_LineRay2x< float > &line) const |
!= operator. More... | |
Public Attributes | |
CL_Vec2< float > | p |
Start point on the line ray. More... | |
CL_Vec2< float > | v |
2D line ray - Float
A ray has a start point and a direction
|
inline |
|
inline |
|
inline |
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Start point on the line ray.
|
inherited |