gwnavgeneration/raster/singlestagepixel.h Source File
Go to the documentation of this file.
21 class SingleStagePixel
24 SingleStagePixel() { Clear(); }
27 m_min(min_), m_max(max_)
43 return value >= m_min && value <= m_max;
48 if (value < m_min) m_min = value;
49 if (value > m_max) m_max = value;
54 if (down < m_min) m_min = down;
55 if (up > m_max) m_max = up;
60 if (up > m_max) m_max = up;
65 if (down < m_min) m_min = down;
#define KyFloat32MAXVAL
KyFloat32 max value
Definition: types.h:71
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32