Struct dot_vox::Size [] [src]

pub struct Size {
    pub x: u32,
    pub y: u32,
    pub z: u32,
}

The size of a model in voxels

Indicates the size of the model in Voxels.

Fields

The width of the model in voxels.

The height of the model in voxels.

The depth of the model in voxels.

Trait Implementations

impl Debug for Size
[src]

Formats the value using the given formatter.

impl PartialEq for Size
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.