#include <cone_tracing.hpp>
Collaboration diagram for Arak::ScanEvent:

Definition at line 362 of file cone_tracing.hpp.
Public Attributes | |
| Coloring::IntEdgeHandle | edge |
| A handle to the interior edge that is visible. | |
| Geometry::Direction | dmin |
| The minimum direction at which the edge is visible. | |
| Geometry::Direction | dmax |
| The maximum direction at which the edge is visible. | |
| Geometry::Point | pmin |
| The point of contact corresponding to the minimum direction dmin;. | |
| Geometry::Point | pmax |
| The point of contact corresponding to the maximum direction dmax;. | |
|
|
The maximum direction at which the edge is visible. (We compare the angles between the positive x-axis and the directions in counterclockwise order.) Definition at line 381 of file cone_tracing.hpp. Referenced by Arak::coneTrace(). |
|
|
The minimum direction at which the edge is visible. (We compare the angles between the positive x-axis and the directions in counterclockwise order.) Definition at line 374 of file cone_tracing.hpp. Referenced by Arak::coneTrace(). |
|
|
A handle to the interior edge that is visible.
Definition at line 367 of file cone_tracing.hpp. Referenced by Arak::coneTrace(). |
|
|
The point of contact corresponding to the maximum direction dmax;.
Definition at line 391 of file cone_tracing.hpp. Referenced by Arak::coneTrace(). |
|
|
The point of contact corresponding to the minimum direction dmin;.
Definition at line 386 of file cone_tracing.hpp. Referenced by Arak::coneTrace(). |
1.3.6