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