MCPcopy Index your code
hub / github.com/gonum/plot / Rotate

Method Rotate

vg/vg.go:50–50  ·  view source on GitHub ↗

Rotate applies a rotation transform to the context. The parameter is specified in radians.

(rad float64)

Source from the content-addressed store, hash-verified

48 // Rotate applies a rotation transform to the context.
49 // The parameter is specified in radians.
50 Rotate(rad float64)
51
52 // Translate applies a translational transform
53 // to the context.

Callers 7

PlotMethod · 0.65
RotateMethod · 0.65
RotateMethod · 0.65
ApplyToMethod · 0.65
RotateMethod · 0.65
DrawMethod · 0.65
DrawMethod · 0.65

Implementers 7

teeCanvasvg/tee.go
Canvasvg/vgeps/vgeps.go
Canvasvg/vgtex/canvas.go
Canvasvg/vgimg/vgimg.go
Canvasvg/vgpdf/vgpdf.go
Canvasvg/recorder/recorder.go
Canvasvg/vgsvg/vgsvg.go

Calls

no outgoing calls

Tested by

no test coverage detected