mojo.graphics functions: ShearX/Y, MirrorX/Y

Monkey Forums/Monkey Code/mojo.graphics functions: ShearX/Y, MirrorX/Y

Danilo(Posted 2014) [#1]



degac(Posted 2014) [#2]
Cool!
I spent time for looking something like this! (without results :()
Many thanks!


Goodlookinguy(Posted 2014) [#3]
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.


MikeHart(Posted 2014) [#4]
Cool. I recomment that you make a push request into Mark's repository so it becomes a mojo standard.


Danilo(Posted 2014) [#5]
OK, replaced all "Shear" with "Skew". Native english speakers know better.


Goodlookinguy(Posted 2014) [#6]
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.


Danilo(Posted 2014) [#7]
@MikeHart: Push request done.


DruggedBunny(Posted 2014) [#8]
Cool, would be nice to have this stuff as standard!


therevills(Posted 2014) [#9]
Nice ... just dont expect these to work with MonkeyMax ;)


Midimaster(Posted 2014) [#10]
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

;-)