Mathematical APIs for CC: Tweaked!
This project provides a few generic advanced mathematics libraries for CC: Tweaked.
Here is the actual repository of this project.
If you want to add all libraries to your server or world, grab the datapack from the following sites:
If you want specific library files, simply copy them into your in-game computer and, to use them, follow this:
os.loadAPI("path/to/quaternion.lua")
os.loadAPI("path/to/matrix.lua")
local pid = require "path/to/pid"
This project is licensed under the MIT License.