reorder basic Target adjustment methods
This commit is contained in:
parent
f175b58d1b
commit
b15253ee83
|
@ -18,9 +18,9 @@ type Target interface {
|
|||
MakeTriangles(Triangles) Triangles
|
||||
|
||||
// These are the most basic Target "adjustment" methods.
|
||||
SetPicture(*Picture)
|
||||
SetTransform(...Transform)
|
||||
SetMaskColor(color.Color)
|
||||
SetPicture(*Picture)
|
||||
}
|
||||
|
||||
// Triangles represents a list of vertices, where each three vertices form a triangle. (First,
|
||||
|
|
Loading…
Reference in New Issue