#SHAPES a bit of extra docu

This commit is contained in:
Applevangelist
2024-04-23 09:25:47 +02:00
parent 3d7172fdf7
commit bc5946c76e
7 changed files with 50 additions and 21 deletions

View File

@@ -1,3 +1,21 @@
---
--
-- ### Author: **nielsvaes/coconutcockpit**
--
-- ===
-- @module Shapes.CUBE
--- LINE class.
-- @type CUBE
-- @field #string ClassName Name of the class.
-- @field #number Points points of the line
-- @field #number Coords coordinates of the line
--
-- ===
---
-- @field #CUBE
CUBE = {
ClassName = "CUBE",
Points = {},