MCPcopy Create free account
hub / github.com/PDAL/PDAL / to2d

Function to2d

pdal/util/Bounds.hpp:514–517  ·  view source on GitHub ↗

Convert this box to 2-dimensional bounding box. \return Bounding box with Z dimension stripped. */

Source from the content-addressed store, hash-verified

512 \return Bounding box with Z dimension stripped.
513 */
514 BOX2D to2d() const
515 {
516 return *this;
517 }
518
519 /**
520 Convert this box to a string suitable for use in SQLite.

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected