2D line ray - Float More...
#include <line_ray.h>
Inheritance diagram for clan::LineRay2f:Public Member Functions | |
| LineRay2f () | |
| LineRay2f (const LineRay2x< float > ©) | |
| LineRay2f (const Vec2< float > &point_p, const Vec2< float > &direction_v) | |
Operators | |
| bool | operator== (const LineRay2x< float > &line) const |
| == operator. More... | |
| bool | operator!= (const LineRay2x< float > &line) const |
| != operator. More... | |
Public Attributes | |
| Vec2< float > | p |
| Start point on the line ray. More... | |
| Vec2< float > | v |
2D line ray - Float
A ray has a start point and a direction
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Start point on the line ray.
|
inherited |