Documentation
¶
Index ¶
- type Ellipse
- type Op
- type Outline
- type Path
- func (p *Path) Arc(f1, f2 f32.Point, angle float32)
- func (p *Path) ArcTo(f1, f2 f32.Point, angle float32)
- func (p *Path) Begin(o *op.Ops)
- func (p *Path) Close()
- func (p *Path) Cube(ctrl0, ctrl1, to f32.Point)
- func (p *Path) CubeTo(ctrl0, ctrl1, to f32.Point)
- func (p *Path) End() PathSpec
- func (p *Path) Line(delta f32.Point)
- func (p *Path) LineTo(to f32.Point)
- func (p *Path) Move(delta f32.Point)
- func (p *Path) MoveTo(to f32.Point)
- func (p *Path) Pos() f32.Point
- func (p *Path) Quad(ctrl, to f32.Point)
- func (p *Path) QuadTo(ctrl, to f32.Point)
- type PathSpec
- type RRect
- type Rect
- type Stack
- type Stroke
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.