Ejemplo n.º 1
0
func (ps ParticleSystem) BoundingBox(rect *rect.Rect) *rect.Rect {
	rect.SetRect(ps.boundingBox)
	return rect
}