3D line ray - Float More...

#include <line_ray.h>

+ Inheritance diagram for clan::LineRay3f:

Public Member Functions

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

Public Attributes

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

Detailed Description

3D line ray - Float

A ray has a start point and a direction

Member Function Documentation

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

!= operator.

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

== operator.

Member Data Documentation

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

Start point on the line ray.

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

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