메소드 | 설명 | |
---|---|---|
ReduceContacts ( RawList |
Reduces a 4-contact manifold and contact candidate to 4 total contacts.
|
|
ReduceContacts ( RawList |
Reduces the contact manifold to a good subset.
|
public static ReduceContacts ( RawList |
||
contacts | RawList |
Contacts to reduce. |
contactCandidate | ContactData | Contact candidate to include in the reduction process. |
toRemove | RawList |
Contacts that need to be removed to reduce the manifold. |
addCandidate | bool | Whether or not to add the contact candidate to reach the reduced manifold. |
리턴 | void |
public static ReduceContacts ( RawList |
||
contacts | RawList |
Contacts to reduce. |
contactCandidates | RawValueList |
Contact candidates to include in the reduction process. |
contactsToRemove | RawList |
Contacts that need to removed to reach the reduced state. |
toAdd | RawValueList |
Contact candidates that should be added to reach the reduced state. |
리턴 | void |