mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#SHAPES a bit of extra docu
This commit is contained in:
@@ -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 = {},
|
||||
|
||||
Reference in New Issue
Block a user