User contributions
From GPWiki
- 16:40, 22 February 2012 (diff | hist) Rotating A Point In 2D In Lua
- 16:35, 22 February 2012 (diff | hist) Rotating A Point In 2D In Lua
- 16:29, 22 February 2012 (diff | hist) Lua (→Tutorials)
- 16:26, 22 February 2012 (diff | hist) N Rotating A Point In 2D In Lua (Created page with "<syntaxhighlight type="lua"> toDegrees = function(radians) return radians / 180 * math.pi end function rotatePoint(point, origin, degrees) local x = origin.x + ( math.cos(toD...")
- 16:22, 22 February 2012 (diff | hist) VB:Tutorials:Rotating A Point In 2D (→See also) (top)