Lines Matching refs:set

56 	aTemp.set(0, 0, aRx.getX());  in Orientation()
57 aTemp.set(0, 1, aRx.getY()); in Orientation()
58 aTemp.set(0, 2, aRx.getZ()); in Orientation()
59 aTemp.set(1, 0, aRy.getX()); in Orientation()
60 aTemp.set(1, 1, aRy.getY()); in Orientation()
61 aTemp.set(1, 2, aRy.getZ()); in Orientation()
62 aTemp.set(2, 0, aVPN.getX()); in Orientation()
63 aTemp.set(2, 1, aVPN.getY()); in Orientation()
64 aTemp.set(2, 2, aVPN.getZ()); in Orientation()
94 aTemp.set(0, 0, 2.0 * fNear / (fRight - fLeft)); in Frustum()
95 aTemp.set(1, 1, 2.0 * fNear / (fTop - fBottom)); in Frustum()
96 aTemp.set(0, 2, (fRight + fLeft) / (fRight - fLeft)); in Frustum()
97 aTemp.set(1, 2, (fTop + fBottom) / (fTop - fBottom)); in Frustum()
98 aTemp.set(2, 2, -1.0 * ((fFar + fNear) / (fFar - fNear))); in Frustum()
99 aTemp.set(3, 2, -1.0); in Frustum()
100 aTemp.set(2, 3, -1.0 * ((2.0 * fFar * fNear) / (fFar - fNear))); in Frustum()
101 aTemp.set(3, 3, 0.0); in Frustum()
127 aTemp.set(0, 0, 2.0 / (fRight - fLeft)); in Ortho()
128 aTemp.set(1, 1, 2.0 / (fTop - fBottom)); in Ortho()
129 aTemp.set(2, 2, -1.0 * (2.0 / (fFar - fNear))); in Ortho()
130 aTemp.set(0, 3, -1.0 * ((fRight + fLeft) / (fRight - fLeft))); in Ortho()
131 aTemp.set(1, 3, -1.0 * ((fTop + fBottom) / (fTop - fBottom))); in Ortho()
132 aTemp.set(2, 3, -1.0 * ((fFar + fNear) / (fFar - fNear))); in Ortho()
591 maInvTransObjectToEye.set(3, 0, 0.0); in CalcMatInvTransObjectToEye()
592 maInvTransObjectToEye.set(3, 1, 0.0); in CalcMatInvTransObjectToEye()
593 maInvTransObjectToEye.set(3, 2, 0.0); in CalcMatInvTransObjectToEye()
594 maInvTransObjectToEye.set(3, 3, 1.0); in CalcMatInvTransObjectToEye()