MIRA
Public Attributes | List of all members
GeneralBresenhamLineIterator< D, T, Drive, Res >::Axis Struct Reference

Add the type-dependent start and end value to the axis data struct. More...

#include <geometry/Bresenham.h>

Inheritance diagram for GeneralBresenhamLineIterator< D, T, Drive, Res >::Axis:
Inheritance graph
[legend]

Public Attributes

startExact
 
endExact
 
int current
 
int step
 
int end
 
int64_t distance
 
int64_t error
 

Detailed Description

template<int D, typename T = float, int Drive = -1, int Res = 1000>
struct mira::GeneralBresenhamLineIterator< D, T, Drive, Res >::Axis

Add the type-dependent start and end value to the axis data struct.

Member Data Documentation

◆ startExact

T startExact

◆ endExact

T endExact

◆ current

int current
inherited

◆ step

int step
inherited

◆ end

int end
inherited

◆ distance

int64_t distance
inherited

◆ error

int64_t error
inherited

The documentation for this struct was generated from the following file: