logo
pub trait Compression {
    const COMPRESS_POINTS: bool;
}
Expand description

Point compression settings

Associated Constants

Should point compression be applied by default?

Implementors