mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
#SHAPES a bit of extra docu
This commit is contained in:
@@ -1,8 +1,22 @@
|
||||
-- TRIANGLE class with properties and methods for handling triangles. This class is mostly used by the POLYGON class, but you can use it on its own as well
|
||||
--- TRIANGLE class with properties and methods for handling triangles. This class is mostly used by the POLYGON class, but you can use it on its own as well
|
||||
--
|
||||
-- ### Author: **nielsvaes/coconutcockpit**
|
||||
--
|
||||
--
|
||||
-- ===
|
||||
-- @module Shapes.TRIANGLE
|
||||
|
||||
--- 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 #TRIANGLE
|
||||
TRIANGLE = {
|
||||
ClassName = "TRIANGLE",
|
||||
Points = {},
|
||||
|
||||
Reference in New Issue
Block a user