Searched refs:_21 (Results 1 – 12 of 12) sorted by relevance
113 projection.f._21 * position.y + in CalculateDepth()136 projection.f._21 * position.y + in CalculateDepth()
157 dstMatrix->f._21 = srcMatrix->f._21 * scale.y; in MultScale()173 dstMatrix->f._21 *= scale.y; in ScaleMatrix()
210 this->m_TransformMatrix.f._21 = x21; in SetTransformMatrix()231 this->m_TransformMatrix.f._21 = rotateMatrix.f._21; in SetRotateMatrix()251 this->m_TransformMatrix.f._21 = x21; in SetRotateMatrix()
289 parentWorldMatrix.f._21 * direction.y + in CalcInheritingDiretion()
237 pOut->y = FSqrt((pM->f._01 * pM->f._01) + (pM->f._11 * pM->f._11) + (pM->f._21 * pM->f._21));257 pOut->z = FSqrt((pM->f._20 * pM->f._20) + (pM->f._21 * pM->f._21) + (pM->f._22 * pM->f._22));
28 pSrc->f._01, pSrc->f._11, pSrc->f._21, 0.f, in MTX44Transpose()
411 ResF32 _20, _21, _22; member433 ResF32 _20, _21, _22, _23; member455 ResF32 _20, _21, _22, _23; member
64 pos->y = -( mtx.f._01 * mtx.f._03 + mtx.f._11 * mtx.f._13 + mtx.f._21 * mtx.f._23 ); in CalcPositionFromMatrix()
779 result->f._21 = mtx.f._21; in CalcRotateCurveCV_()
414 dstMtx.f._21 = srcMtx.f._21; in OverrideTransform()
244 isIllegal(mtx._20) || isIllegal(mtx._21) || isIllegal(mtx._22) || isIllegal(mtx._23); in isIllegal()
866 out->z = view->f._20 * vx + view->f._21 * vy + view->f._22 * vz + view->f._23 * vw; in TransformToViewCoordinate()