3D line ray - Float More...
#include <line_ray.h>
Inheritance diagram for clan::LineRay3f:Public Member Functions | |
| LineRay3f () | |
| LineRay3f (const LineRay3x< float > ©) | |
| 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 |
3D line ray - Float
A ray has a start point and a direction
|
inlineinherited |
!= operator.
|
inlineinherited |
== operator.
|
inherited |
Start point on the line ray.
|
inherited |