Home
last modified time | relevance | path

Searched refs:bb_max_x (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.hpp86 BOOL setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size = 1000.0f);
87 …BOOL setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size, F32 offset_x, F3…
H A Dlasquadtree.cpp1513 BOOL LASquadtree::setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size) in setup() argument
1522 if (bb_max_x >= 0) max_x = cell_size*((I32)(bb_max_x/cell_size)+1); in setup()
1523 else max_x = cell_size*((I32)(bb_max_x/cell_size)); in setup()
1564 BOOL LASquadtree::setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size, F32 … in setup() argument
1573 …if ((bb_max_x-offset_x) >= 0) max_x = cell_size*((I32)((bb_max_x-offset_x)/cell_size)+1) + offset_… in setup()
1574 else max_x = cell_size*((I32)((bb_max_x-offset_x)/cell_size)) + offset_x; in setup()
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.hpp86 BOOL setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size = 1000.0f);
87 …BOOL setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size, F32 offset_x, F3…
H A Dlasquadtree.cpp1513 BOOL LASquadtree::setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size) in setup() argument
1522 if (bb_max_x >= 0) max_x = cell_size*((I32)(bb_max_x/cell_size)+1); in setup()
1523 else max_x = cell_size*((I32)(bb_max_x/cell_size)); in setup()
1564 BOOL LASquadtree::setup(F64 bb_min_x, F64 bb_max_x, F64 bb_min_y, F64 bb_max_y, F32 cell_size, F32 … in setup() argument
1573 …if ((bb_max_x-offset_x) >= 0) max_x = cell_size*((I32)((bb_max_x-offset_x)/cell_size)+1) + offset_… in setup()
1574 else max_x = cell_size*((I32)((bb_max_x-offset_x)/cell_size)) + offset_x; in setup()