C# Класс BEPUphysics.CollisionTests.ContactRefresher

Helper class that refreshes manifolds to keep them recent.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ContactRefresh() публичный статический метод

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
Результат void