Lines Matching refs:cosTheta
107995 double cosTheta = FlushToZero(cos(aTheta)); in RotateX() local
108001 _21 = cosTheta * _21 + sinTheta * _31; in RotateX()
108002 _31 = -sinTheta * temp + cosTheta * _31; in RotateX()
108005 _22 = cosTheta * _22 + sinTheta * _32; in RotateX()
108006 _32 = -sinTheta * temp + cosTheta * _32; in RotateX()
108009 _23 = cosTheta * _23 + sinTheta * _33; in RotateX()
108010 _33 = -sinTheta * temp + cosTheta * _33; in RotateX()
108013 _24 = cosTheta * _24 + sinTheta * _34; in RotateX()
108014 _34 = -sinTheta * temp + cosTheta * _34; in RotateX()
108020 double cosTheta = FlushToZero(cos(aTheta)); in RotateY() local
108026 _11 = cosTheta * _11 + -sinTheta * _31; in RotateY()
108027 _31 = sinTheta * temp + cosTheta * _31; in RotateY()
108030 _12 = cosTheta * _12 + -sinTheta * _32; in RotateY()
108031 _32 = sinTheta * temp + cosTheta * _32; in RotateY()
108034 _13 = cosTheta * _13 + -sinTheta * _33; in RotateY()
108035 _33 = sinTheta * temp + cosTheta * _33; in RotateY()
108038 _14 = cosTheta * _14 + -sinTheta * _34; in RotateY()
108039 _34 = sinTheta * temp + cosTheta * _34; in RotateY()
108045 double cosTheta = FlushToZero(cos(aTheta)); in RotateZ() local
108051 _11 = cosTheta * _11 + sinTheta * _21; in RotateZ()
108052 _21 = -sinTheta * temp + cosTheta * _21; in RotateZ()
108055 _12 = cosTheta * _12 + sinTheta * _22; in RotateZ()
108056 _22 = -sinTheta * temp + cosTheta * _22; in RotateZ()
108059 _13 = cosTheta * _13 + sinTheta * _23; in RotateZ()
108060 _23 = -sinTheta * temp + cosTheta * _23; in RotateZ()
108063 _14 = cosTheta * _14 + sinTheta * _24; in RotateZ()
108064 _24 = -sinTheta * temp + cosTheta * _24; in RotateZ()
108083 double cosTheta = FlushToZero(cos(aTheta)); in SetRotateAxisAngle() local
108089 double sq = (1 - cosTheta) / 2; in SetRotateAxisAngle()