Searched refs:unitVectors (Results 1 – 1 of 1) sorted by relevance
1261 float[] unitVectors = new float[]{0, 1, 1, 0}; in getMatrixScale() local1262 groupStackedMatrix.mapVectors(unitVectors); in getMatrixScale()1263 float scaleX = MathUtils.mag(unitVectors[0], unitVectors[1]); in getMatrixScale()1264 float scaleY = MathUtils.mag(unitVectors[2], unitVectors[3]); in getMatrixScale()1265 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale()1266 unitVectors[2], unitVectors[3]); in getMatrixScale()