Struct gaia_assetgen::MultiLevelPoint [] [src]

pub struct MultiLevelPoint {
    pub properties: Properties,
    pub coordinates: [f32; 2],
    pub levels: Vec<f32>,
}

Fields

Trait Implementations

impl Debug for MultiLevelPoint
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations