Struct gerber_types::CoordinateOffset [] [src]

pub struct CoordinateOffset {
    pub x: Option<CoordinateNumber>,
    pub y: Option<CoordinateNumber>,
    pub format: CoordinateFormat,
}

Coordinate offsets can be used for interpolate operations in circular interpolation mode.

Fields

Methods

impl CoordinateOffset
[src]

Trait Implementations

impl Debug for CoordinateOffset
[src]

Formats the value using the given formatter.

impl PartialEq for CoordinateOffset
[src]

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

This method tests for !=.

impl Eq for CoordinateOffset
[src]

impl<W: Write> GerberCode<W> for CoordinateOffset
[src]