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