mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-19 21:53:44 +01:00
comment
This commit is contained in:
parent
8372a12f48
commit
3e123ddc56
@ -2,6 +2,9 @@
|
||||
|
||||
/**
|
||||
* Rotate a given point around an origin point in 3d space.
|
||||
* NOTE: This function is not as intuitive as it sounds.
|
||||
* A whiteboard and a head for mathematics is recommended before using this
|
||||
* function.
|
||||
* @source GitHub Copilot
|
||||
* @warning Not completely tested! Pending a thorough evaluation.
|
||||
* @param {Vector3} origin The origin point to rotate around
|
||||
|
Loading…
Reference in New Issue
Block a user