3D line ray - Integer More...
#include <line_ray.h>
 Inheritance diagram for clan::LineRay3:
 Inheritance diagram for clan::LineRay3:| Public Member Functions | |
| LineRay3 () | |
| LineRay3 (const LineRay3x< int > ©) | |
| LineRay3 (const Vec3< int > &point_p, const Vec3< int > &direction_v) | |
|  Public Member Functions inherited from clan::LineRay3x< int > | |
| LineRay3x () | |
| LineRay3x (const LineRay3x< int > ©) | |
| LineRay3x (const Vec3< int > &point_p, const Vec3< int > &direction_v) | |
| bool | operator!= (const LineRay3x< int > &line) const | 
| != operator. | |
| LineRay3x< int > & | operator= (const LineRay3x< int > ©) | 
| = operator. | |
| bool | operator== (const LineRay3x< int > &line) const | 
| == operator. | |
| Additional Inherited Members | |
|  Public Attributes inherited from clan::LineRay3x< int > | |
| Vec3< int > | p | 
| Start point on the line ray. | |
| Vec3< int > | v | 
3D line ray - Integer
A ray has a start point and a direction
 
| 
 | inline | 
| 
 | inline |