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]

[src]

[src]

move to position

[src]

create a line between the last and new point

[src]

quadratic bezier curve

[src]

cubic bezier curve