Home | History | Annotate | Download | only in collision

Lines Matching refs:m_lowerLimit

980     final Vec2 m_lowerLimit = new Vec2();
1050 m_lowerLimit.x = m_normal0.x;
1051 m_lowerLimit.y = m_normal0.y;
1057 m_lowerLimit.x = -m_normal1.x;
1058 m_lowerLimit.y = -m_normal1.y;
1067 m_lowerLimit.x = m_normal0.x;
1068 m_lowerLimit.y = m_normal0.y;
1074 m_lowerLimit.x = -m_normal2.x;
1075 m_lowerLimit.y = -m_normal2.y;
1084 m_lowerLimit.x = m_normal1.x;
1085 m_lowerLimit.y = m_normal1.y;
1091 m_lowerLimit.x = -m_normal1.x;
1092 m_lowerLimit.y = -m_normal1.y;
1101 m_lowerLimit.x = m_normal1.x;
1102 m_lowerLimit.y = m_normal1.y;
1108 m_lowerLimit.x = -m_normal2.x;
1109 m_lowerLimit.y = -m_normal2.y;
1120 m_lowerLimit.x = m_normal0.x;
1121 m_lowerLimit.y = m_normal0.y;
1127 m_lowerLimit.x = m_normal1.x;
1128 m_lowerLimit.y = m_normal1.y;
1137 m_lowerLimit.x = m_normal1.x;
1138 m_lowerLimit.y = m_normal1.y;
1144 m_lowerLimit.x = m_normal1.x;
1145 m_lowerLimit.y = m_normal1.y;
1156 m_lowerLimit.x = -m_normal1.x;
1157 m_lowerLimit.y = -m_normal1.y;
1163 m_lowerLimit.x = -m_normal1.x;
1164 m_lowerLimit.y = -m_normal1.y;
1173 m_lowerLimit.x = -m_normal1.x;
1174 m_lowerLimit.y = -m_normal1.y;
1180 m_lowerLimit.x = -m_normal2.x;
1181 m_lowerLimit.y = -m_normal2.y;
1191 m_lowerLimit.x = -m_normal1.x;
1192 m_lowerLimit.y = -m_normal1.y;
1198 m_lowerLimit.x = m_normal1.x;
1199 m_lowerLimit.y = m_normal1.y;
1431 if (Vec2.dot(temp.set(n).subLocal(m_lowerLimit), m_normal) < -Settings.angularSlop) {