C# 클래스 BEPUphysics.CollisionTests.ContactRefresher

Helper class that refreshes manifolds to keep them recent.
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
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