MIRA
Public Attributes | List of all members
GeneralBresenhamLineIteratorCommonBase::AxisBase Struct Reference

Data structure containing the numtype-independent relevant variables for one axis (dimension) of the line. More...

#include <geometry/Bresenham.h>

Inheritance diagram for GeneralBresenhamLineIteratorCommonBase::AxisBase:
Inheritance graph
[legend]

Public Attributes

int current
 
int step
 
int end
 
int64_t distance
 
int64_t error
 

Detailed Description

Data structure containing the numtype-independent relevant variables for one axis (dimension) of the line.

Member Data Documentation

◆ current

int current

◆ step

int step

◆ end

int end

◆ distance

int64_t distance

◆ error

int64_t error

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