mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
fix comments
This commit is contained in:
parent
f35fd643a2
commit
66c939c917
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
local weac = worldeditadditions_core
|
local weac = worldeditadditions_core
|
||||||
local Vector3 = weac.Vector3
|
local Vector3 = weac.Vector3
|
||||||
|
|
||||||
|
---
|
||||||
|
-- @module worldeditadditions_core.rotation
|
||||||
|
|
||||||
|
|
||||||
--- Compiles a list of rotations into something we can iteratively pass to Vector3.rotate3d.
|
--- 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.
|
-- 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 a new issue