// Rotate rotates the coordinate system around the specifed angle func Rotate(r float64) { C.Rotate(C.VGfloat(r)) }
// Rotate rotates the coordinate system around the specifed angle func Rotate(r VGfloat) { C.Rotate(C.VGfloat(r)) }