Struct orbclient::graphicspath::GraphicsPath[][src]

pub struct GraphicsPath {
    pub points: Vec<(i32, i32, PointType)>,
    // some fields omitted
}

graphic path with similar functions like html canvas

Fields

Methods

impl GraphicsPath
[src]

move to position

create a line between the last and new point

quadratic bezier curve

cubic bezier curve

Auto Trait Implementations