getTranslation
getTranslation
matrix3d:getTranslation()
Ritorna la traslazione della matrice (l'ultima colonna).
Esempio. Esempio getTranslation()
local mat = Matrix3d()
local v1 = Vector3d(100.0, 200.0, 50.0)
mat:setToTranslation(v1)
local tr = mat:getTranslation() --> {100, 200, 50}
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents