mojo.graphics functions: ShearX/Y, MirrorX/Y
Monkey Forums/Monkey Code/mojo.graphics functions: ShearX/Y, MirrorX/Y| 
 | ||
|  | 
| 
 | ||
| Cool! I spent time for looking something like this! (without results :() Many thanks! | 
| 
 | ||
| Isn't the more commonly used word for 'Shear', 'Skew'? Anyways, neat code. I recommend you put the code in the [ codebox ] tag since it's so big. | 
| 
 | ||
| Cool. I recomment that you make a push request into Mark's repository so it becomes a mojo standard. | 
| 
 | ||
| OK, replaced all "Shear" with "Skew". Native english speakers know better. | 
| 
 | ||
| I was actually just asking a question. I had heard the word shear before used to represent what I thought was skew. I actually don't know the difference if any. | 
| 
 | ||
| @MikeHart: Push request done. | 
| 
 | ||
| Cool, would be nice to have this stuff as standard! | 
| 
 | ||
| Nice ... just dont expect these to work with MonkeyMax ;) | 
| 
 | ||
| Nice collection of functions... but really no need for integrate them into official monkey! too trivial! here's another one: Function DoubleSize:Void()
     Scale 2,2
End;-) |