Module building_blocks_core::extent[][src]

Structs

An N-dimensional extent. This is mathematically the Cartesian product of a half-closed interval [a, b) in each dimension. You can also just think of it as an axis-aligned box with some shape and a minimum point. When doing queries against lattice maps, this is the primary structure used to determine the bounds of your query.

Functions

Returns the smallest extent containing all of the given points.

Type Definitions

A 2-dimensional extent with scalar type T.

A 2-dimensional extent with scalar type f32.

A 2-dimensional extent with scalar type i32.

A 3-dimensional extent with scalar type T.

A 3-dimensional extent with scalar type f32.

A 3-dimensional extent with scalar type i32.