mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 13:03:59 +01:00
fix comments
This commit is contained in:
parent
f35fd643a2
commit
66c939c917
@ -1,6 +1,10 @@
|
||||
local weac = worldeditadditions_core
|
||||
local Vector3 = weac.Vector3
|
||||
|
||||
---
|
||||
-- @module worldeditadditions_core.rotation
|
||||
|
||||
|
||||
--- Compiles a list of rotations into something we can iteratively pass to Vector3.rotate3d.
|
||||
-- This function is called internally. You are unlikely to need to call this function unless you are implementing something like worldeditadditions.rotate() or similar.
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user