2D line ray - Integer More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay2:

Public Member Functions

 LineRay2 ()
 
 LineRay2 (const LineRay2x< int > &copy)
 
 LineRay2 (const Vec2< int > &point_p, const Vec2< int > &direction_v)
 
Operators
bool operator== (const LineRay2x< int > &line) const
 == operator. More...
 
bool operator!= (const LineRay2x< int > &line) const
 != operator. More...
 

Public Attributes

Vec2< int > p
 Start point on the line ray. More...
 
Vec2< int > v
 

Detailed Description

2D line ray - Integer

A ray has a start point and a direction

Member Function Documentation

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

Member Data Documentation

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

Start point on the line ray.

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

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