User:NXTBoy/Scripts/Geometry/Plane: Revision history

From Legacy Roblox Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 September 2011

14 April 2011

  • curprev 16:2116:21, 14 April 2011>NXTBoy 625 bytes +625 New page: <nowiki>Plane = {} function Plane.new(p, normal) return setmetatable({ p = p, normal = normal }, { __index = Plane }); end function Plane.fromPartSurfaces(p) planes = {...