Searched defs:localNormal (Results 1 – 7 of 7) sorted by relevance
61 public final Vec2 localNormal; field in Manifold
32 final Vec2 localNormal = new Vec2(); field in ContactPositionConstraint
24 final Vector2 localNormal = new Vector2(); field in Manifold
29 final Vector2 localNormal = new Vector2(); field in Manifold
176 b2Vec2 localNormal = b2Cross(localTangent, 1.0f); in b2CollidePolygons() local
103 b2Vec2 localNormal; ///< not use for Type::e_points member
34 b2Vec2 localNormal; member