uicore::LineRay3 Class Reference

3D line ray - Integer More...

#include <line_ray.h>

+ Inheritance diagram for uicore::LineRay3:

Public Member Functions

 LineRay3 ()
 
 LineRay3 (const LineRay3x< int > &copy)
 
 LineRay3 (const Vec3< int > &point_p, const Vec3< int > &direction_v)
 
- Public Member Functions inherited from uicore::LineRay3x< int >
 LineRay3x ()
 
 LineRay3x (const LineRay3x< int > &copy)
 
 LineRay3x (const Vec3< int > &point_p, const Vec3< int > &direction_v)
 
bool operator!= (const LineRay3x< int > &line) const
 != operator. More...
 
LineRay3x< int > & operator= (const LineRay3x< int > &copy)
 = operator. More...
 
bool operator== (const LineRay3x< int > &line) const
 == operator. More...
 

Additional Inherited Members

- Public Attributes inherited from uicore::LineRay3x< int >
Vec3< int > p
 Start point on the line ray. More...
 
Vec3< int > v
 

Detailed Description

3D line ray - Integer

A ray has a start point and a direction

Constructor & Destructor Documentation

uicore::LineRay3::LineRay3 ( )
inline
uicore::LineRay3::LineRay3 ( const LineRay3x< int > &  copy)
inline
uicore::LineRay3::LineRay3 ( const Vec3< int > &  point_p,
const Vec3< int > &  direction_v 
)
inline

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