Struct mallumo::Unitization [] [src]

pub struct Unitization {
    pub box_min: Point3<f32>,
    pub box_max: Point3<f32>,
    pub unitize_if_fits: bool,
}

This structure is used as unitization parameters. The box is axis aligned.

Fields

Trait Implementations

impl Copy for Unitization
[src]

impl Clone for Unitization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Unitization
[src]

[src]

Formats the value using the given formatter.