ClanLib
2.3.7
|
3D line ray - Integer More...
#include <line_ray.h>
Public Member Functions | |
CL_LineRay3 () | |
CL_LineRay3 (const CL_LineRay3x< int > ©) | |
CL_LineRay3 (const CL_Vec3< int > &point_p, const CL_Vec3< int > &direction_v) | |
Operators | |
bool | operator== (const CL_LineRay3x< int > &line) const |
== operator. More... | |
bool | operator!= (const CL_LineRay3x< int > &line) const |
!= operator. More... | |
Public Attributes | |
CL_Vec3< int > | p |
Start point on the line ray. More... | |
CL_Vec3< int > | v |
3D line ray - Integer
A ray has a start point and a direction
|
inline |
|
inline |
|
inline |
|
inlineinherited |
!= operator.
References CL_LineRay3x< Type >::p, and CL_LineRay3x< Type >::v.
|
inlineinherited |
== operator.
References CL_LineRay3x< Type >::p, and CL_LineRay3x< Type >::v.
|
inherited |
Start point on the line ray.
|
inherited |