type circle … type point … func newCircle(cx float64, cy float64, radius float64, maxSteps int) *circle { … } func (c *circle) positions() []point { … }
type circle … type point … func newCircle(cx float64, cy float64, radius float64, maxSteps int) *circle { … } func (c *circle) positions() []point { … }