-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
// { -1, -1 }, { 0, -1 }, { 1, -1 } //0 1 2 ideal?
// { -1, 0 }, { 1, 0 } //3 4
// { -1, 1 }, { 0, 1 }, { 1, 1 } //5 6 7
// { 0, -1 }, { 1, -1 }, { 1, 0 } //0 1 2 but this is real
// { -1, -1 }, { 1, 1 } //7 8 3
// {- 1, 0 }, {-1, 1 }, { 0, 1 } //6 5 4What should I do?
How can I change it for work ??
Metadata
Metadata
Assignees
Labels
No labels