logo
pub trait PointCompaction {
    const COMPACT_POINTS: bool;
}
Expand description

Point compaction settings.

Associated Constants

Should point compaction be applied by default?

Implementors