clan::LineRay2d Class Reference

2D line ray - Double More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay2d:

Public Member Functions

 LineRay2d ()
 
 LineRay2d (const LineRay2x< double > &copy)
 
 LineRay2d (const Vec2< double > &point_p, const Vec2< double > &direction_v)
 
- Public Member Functions inherited from clan::LineRay2x< double >
 LineRay2x ()
 
 LineRay2x (const LineRay2x< double > &copy)
 
 LineRay2x (const Vec2< double > &point_p, const Vec2< double > &direction_v)
 
bool operator!= (const LineRay2x< double > &line) const
 != operator.
 
LineRay2x< double > & operator= (const LineRay2x< double > &copy)
 = operator.
 
bool operator== (const LineRay2x< double > &line) const
 == operator.
 

Additional Inherited Members

- Public Attributes inherited from clan::LineRay2x< double >
Vec2< double > p
 Start point on the line ray.
 
Vec2< double > v
 

Detailed Description

2D line ray - Double

A ray has a start point and a direction

Constructor & Destructor Documentation

◆ LineRay2d() [1/3]

clan::LineRay2d::LineRay2d ( )
inline

◆ LineRay2d() [2/3]

clan::LineRay2d::LineRay2d ( const LineRay2x< double > & copy)
inline

◆ LineRay2d() [3/3]

clan::LineRay2d::LineRay2d ( const Vec2< double > & point_p,
const Vec2< double > & direction_v )
inline

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