Crate pasture_core

Source
Expand description

Core data structures for working with point cloud data

Pasture provides data structures for reading, writing and in-memory handling of arbitrary point cloud data. The best way to get started with Pasture is to look at the example code. For understanding Pasture, it is best to look at the PointLayout type and the containers module.

Re-exports§

pub extern crate nalgebra;

Modules§

containers
Defines traits for the different types of buffers that pasture supports, as well as some common implementations.
layout
Defines attributes and data layout of point cloud data
math
Useful mathematical tools when working with point clooud data
meta
Data structures for handling point cloud metadata