Struct polylabel::Position [] [src]

#[repr(C)]
pub struct Position { pub x_pos: c_double, pub y_pos: c_double, }

FFI struct for returned optimum Polygon label position

Fields

Trait Implementations

impl<T> From<Point<T>> for Position where T: Float
[src]

Performs the conversion.