C# Class BEPUphysics.CollisionTests.ContactRefresher

Helper class that refreshes manifolds to keep them recent.
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
ContactRefresh ( RawList contacts, RawValueList supplementData, RigidTransform &transformA, RigidTransform &transformB, RawList toRemove ) : void

Refreshes the contact manifold, removing any out of date contacts and updating others.

Method Details

ContactRefresh() public static méthode

Refreshes the contact manifold, removing any out of date contacts and updating others.
public static ContactRefresh ( RawList contacts, RawValueList supplementData, RigidTransform &transformA, RigidTransform &transformB, RawList toRemove ) : void
contacts RawList
supplementData RawValueList
transformA BEPUutilities.RigidTransform
transformB BEPUutilities.RigidTransform
toRemove RawList
Résultat void