add note to doc
This commit is contained in:
parent
2890f8b4ae
commit
7f5a21cd3c
|
@ -248,6 +248,8 @@ func (p *Polygon) Color() NRGBA {
|
||||||
// count.
|
// count.
|
||||||
//
|
//
|
||||||
// This method is more effective, than creating a new Polygon with the given points.
|
// This method is more effective, than creating a new Polygon with the given points.
|
||||||
|
//
|
||||||
|
// However, it is less expensive than using a transform on a Target.
|
||||||
func (p *Polygon) SetPoints(points ...Vec) {
|
func (p *Polygon) SetPoints(points ...Vec) {
|
||||||
p.data.resize(len(points))
|
p.data.resize(len(points))
|
||||||
for i, pt := range points {
|
for i, pt := range points {
|
||||||
|
|
Loading…
Reference in New Issue