This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Library Maths Tab Order Version: 2.1 | |
| ------------------------------ | |
| This file should not be included in the Codea project. | |
| #ChangeLog | |
| #Main | |
| #Matrix | |
| #Complex | |
| #Quaternion | |
| #Vec3 | |
| #Vector |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Library Graphics Tab Order | |
| ------------------------------ | |
| This file should not be included in the Codea project. | |
| #ChangeLog | |
| #Main | |
| #Bezier | |
| #Explosion | |
| #Path | |
| #TextNode | |
| #View |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Library Base Tab Order | |
| ------------------------------ | |
| This file should not be included in the Codea project. | |
| #ChangeLog | |
| #Main | |
| #Rectangle | |
| #Font | |
| #Coordinates | |
| #BinDecHex | |
| #Colour |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- AirBrush | |
| --[==[ | |
| local Brush = cimport "Brush" | |
| local AirBrush = class(Brush) | |
| function AirBrush:init(tb) | |
| Brush.init(self,"AirBrush",tb) | |
| end |
NewerOlder