reorder basic Target adjustment methods

This commit is contained in:
faiface 2017-01-05 15:13:59 +01:00
parent f175b58d1b
commit b15253ee83
1 changed files with 1 additions and 1 deletions

View File

@ -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,