Searched refs:inverseMat (Results 1 – 1 of 1) sorted by relevance
1314 Matrix4f inverseMat = new Matrix4f(viewProjectionMatrix); in getWorldCoordinates() local1315 inverseMat.invertLocal(); in getWorldCoordinates()1322 float w = inverseMat.multProj(store, store); in getWorldCoordinates()