#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,12 +1,12 @@
--
---
--
-- ### Author: **nielsvaes/coconutcockpit**
--
-- ===
-- @module Shapes.LINE
--- OVAL class.
-- @type OVAL
--- LINE class.
-- @type LINE
-- @field #string ClassName Name of the class.
-- @field #number Points points of the line
-- @field #number Coords coordinates of the line
@@ -14,6 +14,7 @@
--
-- ===
---
-- @field #LINE
LINE = {
ClassName = "LINE",