#include <simplemap.h>
|
| bool | ray_tracing (const double p[2], const double direction, double &out_distance, double &out_alpha) const |
| |
| | Segment () |
| |
| | Segment (double x0, double y0, double x1, double y1) |
| |
| virtual | ~Segment () |
| |
| virtual | ~Stuff () |
| |
Definition at line 29 of file simplemap.h.
| RayTracer::Segment::Segment |
( |
| ) |
|
|
inline |
| virtual RayTracer::Segment::~Segment |
( |
| ) |
|
|
inlinevirtual |
| RayTracer::Segment::Segment |
( |
double |
x0, |
|
|
double |
y0, |
|
|
double |
x1, |
|
|
double |
y1 |
|
) |
| |
|
inline |
| bool RayTracer::Segment::ray_tracing |
( |
const double |
p[2], |
|
|
const double |
direction, |
|
|
double & |
out_distance, |
|
|
double & |
out_alpha |
|
) |
| const |
|
virtual |
| double RayTracer::Segment::p0[2] |
| double RayTracer::Segment::p1[2] |
The documentation for this struct was generated from the following files: