3D line ray - Integer More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay3:

Public Member Functions

 LineRay3 ()
 
 LineRay3 (const LineRay3x< int > &copy)
 
 LineRay3 (const Vec3< int > &point_p, const Vec3< int > &direction_v)
 
Operators
bool operator== (const LineRay3x< int > &line) const
 == operator. More...
 
bool operator!= (const LineRay3x< int > &line) const
 != operator. More...
 

Public Attributes

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

Member Function Documentation

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

Member Data Documentation

Vec3<int > clan::LineRay3x< int >::p
inherited

Start point on the line ray.

Vec3<int > clan::LineRay3x< int >::v
inherited

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