MCPcopy Create free account
hub / github.com/LAStools/LAStools / intersect_rectangle

Method intersect_rectangle

LASlib/src/lascopc.cpp:353–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void COPCindex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y)
354{
355 this->r_min_x = r_min_x;
356 this->r_min_y = r_min_y;
357 this->r_max_x = r_max_x;
358 this->r_max_y = r_max_y;
359 query_intervals();
360}
361
362void COPCindex::intersect_cuboid(const F64 r_min_x, const F64 r_min_y, const F64 r_min_z, const F64 r_max_x, const F64 r_max_y, const F64 r_max_z)
363{

Callers 2

inside_rectangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected