Documentation
¶
Overview ¶
Package vector provides functions for vector graphics rendering.
This package is under experiments and the API might be changed with breaking backward compatibility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DrawPathOptions ¶
DrawPathOptions is the options specified at (*Path).Draw.
type Path ¶
type Path struct {
// contains filtered or unexported fields
}
Path represents a collection of paths.
func (*Path) Draw ¶
func (p *Path) Draw(target *ebiten.Image, op *DrawPathOptions)
Draw draws the path by rendering its stroke or filling.
Click to show internal directories.
Click to hide internal directories.