Skip to main content

Tensor3DGridData

GitHub source

Tensor3DGridData

evo.objects.typed.tensor_grid.Tensor3DGridData

Data for creating a Tensor3DGrid.

A tensor grid is a 3D grid where cells may have different sizes. The grid is defined by an origin, the number of cells in each direction, and arrays of cell sizes along each axis.

compute_bounding_box

compute_bounding_box() -> BoundingBox

Compute the bounding box from the origin, cell sizes, and rotation.

What is the reason for your feedback?