Struct kicad_parse_gen::footprint::Xyz [] [src]

pub struct Xyz {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

a 3D X-Y-Z coordinate

Fields

X coordinate

Y coordinate

Z coordinate

Methods

impl Xyz
[src]

create a X-Y-Z coordinate

Trait Implementations

impl Debug for Xyz
[src]

Formats the value using the given formatter.

impl Clone for Xyz
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoSexp for Xyz
[src]

convert self into a Sexp