File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ public static class B2Ids
8686 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
8787 public static bool B2_ID_EQUALS ( B2ShapeId id1 , B2ShapeId id2 ) => id1 . index1 == id2 . index1 && id1 . world0 == id2 . world0 && id1 . generation == id2 . generation ;
8888
89+ [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
90+ public static bool B2_ID_EQUALS ( B2ChainId id1 , B2ChainId id2 ) => id1 . index1 == id2 . index1 && id1 . world0 == id2 . world0 && id1 . generation == id2 . generation ;
91+ [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
92+ public static bool B2_ID_EQUALS ( B2JointId id1 , B2JointId id2 ) => id1 . index1 == id2 . index1 && id1 . world0 == id2 . world0 && id1 . generation == id2 . generation ;
93+
8994 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
9095 public static bool B2_ID_EQUALS ( B2ContactId id1 , B2ContactId id2 ) => id1 . index1 == id2 . index1 && id1 . world0 == id2 . world0 && id1 . generation == id2 . generation ;
9196
You can’t perform that action at this time.
0 commit comments