Struct gaia_assetgen::MultiLevelPolygon [] [src]

pub struct MultiLevelPolygon {
    pub properties: Properties,
    pub bounding_box: [(f32, f32); 2],
    pub levels: Vec<Vec<(f32, f32)>>,
}

Fields

(min, max) along x- and y-axis

The same polygon simplified according to epsilons in simplification_epsilons.

Trait Implementations

impl Debug for MultiLevelPolygon
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations