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

Point compression settings.

Associated Constants

Should point compression be applied by default?

Implementors