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