Searched refs:perspectivePoint (Results 1 – 1 of 1) sorted by relevance
339 Vector4 perspectivePoint; in decompose() local340 v4MulPointByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspectivePoint); in decompose()342 result.perspectiveX = perspectivePoint[0]; in decompose()343 result.perspectiveY = perspectivePoint[1]; in decompose()344 result.perspectiveZ = perspectivePoint[2]; in decompose()345 result.perspectiveW = perspectivePoint[3]; in decompose()