#include <mdsTriEdgeIterator.h>
Public Attributes | |
mds::tSize | m_K1 |
Parameters of the Bresenham's algorithm. | |
mds::tSize | m_K2 |
mds::tSize | m_MaxX |
Maximal X coordinate of the edge. | |
mds::tSize | m_P |
mds::tSize * | m_pX |
Iterator position. | |
mds::tSize * | m_pY |
mds::tSize | m_StepY |
Step in Y direction. | |
mds::tSize | m_X |
Pixel position. | |
mds::tSize | m_Y |
|
Parameters of the Bresenham's algorithm.
|
|
|
|
Maximal X coordinate of the edge.
|
|
|
|
Iterator position.
|
|
|
|
Step in Y direction.
|
|
Pixel position.
|
|
|