clan::LineRay2x< Type > Class Template Reference

2D line ray More...

#include <line_ray.h>

Public Member Functions

 LineRay2x ()
 
 LineRay2x (const LineRay2x< Type > &copy)
 
 LineRay2x (const Vec2< Type > &point_p, const Vec2< Type > &direction_v)
 
bool operator!= (const LineRay2x< Type > &line) const
 != operator.
 
LineRay2x< Type > & operator= (const LineRay2x< Type > &copy)
 = operator.
 
bool operator== (const LineRay2x< Type > &line) const
 == operator.
 

Public Attributes

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

Detailed Description

template<typename Type>
class clan::LineRay2x< Type >

2D line ray

A ray has a start point and a direction
These line templates are defined for: int (LineRay2i), float (LineRay2f), double (LineRay2d)

Constructor & Destructor Documentation

◆ LineRay2x() [1/3]

template<typename Type >
clan::LineRay2x< Type >::LineRay2x ( )
inline

◆ LineRay2x() [2/3]

template<typename Type >
clan::LineRay2x< Type >::LineRay2x ( const LineRay2x< Type > &  copy)
inline

◆ LineRay2x() [3/3]

template<typename Type >
clan::LineRay2x< Type >::LineRay2x ( const Vec2< Type > &  point_p,
const Vec2< Type > &  direction_v 
)
inline

Member Function Documentation

◆ operator!=()

template<typename Type >
bool clan::LineRay2x< Type >::operator!= ( const LineRay2x< Type > &  line) const
inline

◆ operator=()

template<typename Type >
LineRay2x< Type > & clan::LineRay2x< Type >::operator= ( const LineRay2x< Type > &  copy)
inline

◆ operator==()

template<typename Type >
bool clan::LineRay2x< Type >::operator== ( const LineRay2x< Type > &  line) const
inline

Member Data Documentation

◆ p

template<typename Type >
Vec2<Type> clan::LineRay2x< Type >::p

◆ v


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