gwnavgeneration/raster/edgerasterizer.h Source File
Go to the documentation of this file.
20 class GeneratorSystem;
23 class SingleStageRaster;
29 EdgeRasterizer(GeneratorSystem* sys,
KyFloat32 rasterPrecision,
KyInt32 pixelSizeInInt, SingleStageRaster* singleStageRaster);
31 bool InitToRasterizeAlong_X(
const RasterPoint& A,
const RasterPoint& B);
33 bool InitToRasterizeAlong_Y(
const RasterPoint& A,
const RasterPoint& B);
39 friend class EdgeRasterizerImpl;
42 GeneratorSystem* m_sys;
46 SingleStageRaster* m_singleStageRaster;
std::int64_t KyInt64
int64_t
Definition: types.h:25
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
std::int32_t KyInt32
int32_t
Definition: types.h:24
float KyFloat32
float
Definition: types.h:32