[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
a207d11fa4
commit
e92ed45df9
@@ -30,8 +30,8 @@
|
||||
|
||||
#include "Points.h"
|
||||
|
||||
#define POINTS_CT_GRID 256 // Default value for number of elements per grid
|
||||
#define POINTS_MAX_GRIDS 100000// Default value for maximum number of grids
|
||||
#define POINTS_CT_GRID 256 // Default value for number of elements per grid
|
||||
#define POINTS_MAX_GRIDS 100000 // Default value for maximum number of grids
|
||||
#define POINTS_CT_GRID_PER_AXIS 20
|
||||
#define PONTSGRID_BBOX_EXTENSION 10.0f
|
||||
|
||||
@@ -350,6 +350,6 @@ inline bool PointsGrid::CheckPos(unsigned long ulX, unsigned long ulY, unsigned
|
||||
|
||||
// --------------------------------------------------------------
|
||||
|
||||
}// namespace Points
|
||||
} // namespace Points
|
||||
|
||||
#endif// POINTS_GRID_H
|
||||
#endif // POINTS_GRID_H
|
||||
|
||||
Reference in New Issue
Block a user