This commit is contained in:
NoryiE
2025-03-03 16:39:00 +00:00
parent 0d5942eeef
commit 31ea7f9d05
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Graph : VisualElement
## Functions
|Method|Returns|Description|
|---|---|---|
|[Graph.new](#Graph.new)|-|
|[Graph:addPoint](#Graph:addPoint)|-|
|[Graph:init](#Graph:init)|-|
|[Graph:render](#Graph:render)|-|
|[Graph:setPoint](#Graph:setPoint)|-|
## Graph.new()
## Graph:addPoint()
## Graph:init()
## Graph:render()
## Graph:setPoint()