3D line ray - Double More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay3d:

Public Member Functions

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

Public Attributes

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

Detailed Description

3D line ray - Double

A ray has a start point and a direction

Member Function Documentation

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

!= operator.

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

== operator.

Member Data Documentation

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

Start point on the line ray.

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

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