diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-04 00:06:08 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-04 00:06:08 +0100 |
commit | 4bec145e586a4645266ee543d85ea2c7a652ff80 (patch) | |
tree | 4fe0a849a000c129f5fa3d732ad568246c4eb95e | |
parent | 6aed8c493b2b1b7f58059a27e5fb240bc5361ade (diff) |
launch cactus
-rw-r--r-- | cactus.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ local function rotatev(v,nq) end end -local v = vector.new(1,0,0) -for i=1,4 do print(i,rotatev(v,i)) end +local v = vector.new(1,0,2) +for i=0,4 do print(i,rotatev(v,i)) end local function moveby_xz(dv) -- y component of dv is ignored |