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

3D line ray - Float More...

#include <line_ray.h>

Inheritance diagram for CL_LineRay3f:
Inheritance graph
[legend]

Public Member Functions

 CL_LineRay3f ()
 
 CL_LineRay3f (const CL_LineRay3x< float > &copy)
 
 CL_LineRay3f (const CL_Vec3< float > &point_p, const CL_Vec3< float > &direction_v)
 
Operators
bool operator== (const CL_LineRay3x< float > &line) const
 == operator. More...
 
bool operator!= (const CL_LineRay3x< float > &line) const
 != operator. More...
 

Public Attributes

CL_Vec3< float > p
 Start point on the line ray. More...
 
CL_Vec3< float > v
 

Detailed Description

3D line ray - Float

A ray has a start point and a direction

Constructor & Destructor Documentation

CL_LineRay3f::CL_LineRay3f ( )
inline
CL_LineRay3f::CL_LineRay3f ( const CL_LineRay3x< float > &  copy)
inline
CL_LineRay3f::CL_LineRay3f ( const CL_Vec3< float > &  point_p,
const CL_Vec3< float > &  direction_v 
)
inline

Member Function Documentation

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

!= operator.

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

== operator.

Member Data Documentation

CL_Vec3<float > CL_LineRay3x< float >::p
inherited

Start point on the line ray.

CL_Vec3<float > CL_LineRay3x< float >::v
inherited

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