Quaternion library.

This commit is contained in:
jussi
2023-11-15 22:04:45 +02:00
parent 841aa897f1
commit 118a1f3a8b
10 changed files with 210 additions and 34 deletions

View File

@@ -3,6 +3,8 @@ if table.unpack == nil then
table.unpack = unpack
end
local Vector3 = require( "vector3" )
Color = {}
Color.meta = {
__index = Color,