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

3D line ray - Integer More...

#include <line_ray.h>

Inheritance diagram for CL_LineRay3:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

3D line ray - Integer

A ray has a start point and a direction

Constructor & Destructor Documentation

CL_LineRay3::CL_LineRay3 ( )
inline
CL_LineRay3::CL_LineRay3 ( const CL_LineRay3x< int > &  copy)
inline
CL_LineRay3::CL_LineRay3 ( const CL_Vec3< int > &  point_p,
const CL_Vec3< int > &  direction_v 
)
inline

Member Function Documentation

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

!= operator.

References CL_LineRay3x< Type >::p, and CL_LineRay3x< Type >::v.

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

== operator.

References CL_LineRay3x< Type >::p, and CL_LineRay3x< Type >::v.

Member Data Documentation

CL_Vec3<int > CL_LineRay3x< int >::p
inherited

Start point on the line ray.

CL_Vec3<int > CL_LineRay3x< int >::v
inherited

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