Searched refs:resZ (Results 1 – 1 of 1) sorted by relevance
348 float resZ = ((x * otherY) - (y * otherX)); in cross() local349 result.set(resX, resY, resZ); in cross()