Specialization for DrivenByLongestAxis=false (driving axis given explicitly: No need to determine the drive axis, but stepping is a little more complex.
More...
#include <geometry/Bresenham.h>
template<int Drive>
class mira::GeneralBresenhamLineIteratorBase< Drive, false >
Specialization for DrivenByLongestAxis=false (driving axis given explicitly: No need to determine the drive axis, but stepping is a little more complex.
◆ checkForDrivingAxis()
void checkForDrivingAxis |
( |
int |
index, |
|
|
const int64_t & |
dist, |
|
|
int64_t & |
maxd |
|
) |
| |
|
inlineprotected |
◆ step()
◆ drivingAxis()
int drivingAxis |
( |
| ) |
const |
|
inline |
Returns dimension index of the driving axis.
The documentation for this class was generated from the following file: