toDoubleList

matrix3d:toDoubleList() --> lista

Ritorna una lista con i valori della matrice.

Esempio 1. Esempio toDoubleList

local m = Matrix3d()
m:setToTranslation(Vector3d(100, 200, 50))
local dl = m:toDoubleList()
print("\ntoDoubleList count = " .. tostring(getn(dl)))

Created with the Personal Edition of HelpNDoc: Protect Your Confidential PDFs with These Simple Security Measures