Methods
add
v1, v2, and v3.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
addadd(v1: number, v2: number, v3: number) -> ()
v1, v2, and v3.
local tb = TriangleBuffer()
tb:add(1, 2, 3)
resetreset() -> ()
local tb = TriangleBuffer()
tb:reset()
Was this page helpful?