2D line ray - Float More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay2f:

Public Member Functions

 LineRay2f ()
 
 LineRay2f (const LineRay2x< float > &copy)
 
 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
 

Detailed Description

2D line ray - Float

A ray has a start point and a direction

Member Function Documentation

bool clan::LineRay2x< float >::operator!= ( const LineRay2x< float > &  line) const
inlineinherited

!= operator.

bool clan::LineRay2x< float >::operator== ( const LineRay2x< float > &  line) const
inlineinherited

== operator.

Member Data Documentation

Vec2<float > clan::LineRay2x< float >::p
inherited

Start point on the line ray.

Vec2<float > clan::LineRay2x< float >::v
inherited

The documentation for this class was generated from the following file: