ClanLib  2.3.7
Public Member Functions | Public Attributes | List of all members
CL_LineRay2d Class Reference

2D line ray - Double More...

#include <line_ray.h>

Inheritance diagram for CL_LineRay2d:
Inheritance graph
[legend]

Public Member Functions

 CL_LineRay2d ()
 
 CL_LineRay2d (const CL_LineRay2x< double > &copy)
 
 CL_LineRay2d (const CL_Vec2< double > &point_p, const CL_Vec2< double > &direction_v)
 
Operators
bool operator== (const CL_LineRay2x< double > &line) const
 == operator. More...
 
bool operator!= (const CL_LineRay2x< double > &line) const
 != operator. More...
 

Public Attributes

CL_Vec2< double > p
 Start point on the line ray. More...
 
CL_Vec2< double > v
 

Detailed Description

2D line ray - Double

A ray has a start point and a direction

Constructor & Destructor Documentation

CL_LineRay2d::CL_LineRay2d ( )
inline
CL_LineRay2d::CL_LineRay2d ( const CL_LineRay2x< double > &  copy)
inline
CL_LineRay2d::CL_LineRay2d ( const CL_Vec2< double > &  point_p,
const CL_Vec2< double > &  direction_v 
)
inline

Member Function Documentation

bool CL_LineRay2x< double >::operator!= ( const CL_LineRay2x< double > &  line) const
inlineinherited

!= operator.

bool CL_LineRay2x< double >::operator== ( const CL_LineRay2x< double > &  line) const
inlineinherited

== operator.

Member Data Documentation

CL_Vec2<double > CL_LineRay2x< double >::p
inherited

Start point on the line ray.

CL_Vec2<double > CL_LineRay2x< double >::v
inherited

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