C# 클래스 BEPUphysics.BroadPhaseSystems.SortAndSweep.Grid2DSortAndSweepQueryAccelerator

상속: IQueryAccelerator
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
GetEntries ( Microsoft boundingShape, IList overlaps ) : void
Grid2DSortAndSweepQueryAccelerator ( Grid2DSortAndSweep owner ) : System
RayCast ( Microsoft ray, IList outputIntersections ) : bool
RayCast ( Microsoft ray, float maximumLength, IList outputIntersections ) : bool

메소드 상세

GetEntries() 공개 메소드

public GetEntries ( Microsoft boundingShape, IList overlaps ) : void
boundingShape Microsoft
overlaps IList
리턴 void

Grid2DSortAndSweepQueryAccelerator() 공개 메소드

public Grid2DSortAndSweepQueryAccelerator ( Grid2DSortAndSweep owner ) : System
owner Grid2DSortAndSweep
리턴 System

RayCast() 공개 메소드

public RayCast ( Microsoft ray, IList outputIntersections ) : bool
ray Microsoft
outputIntersections IList
리턴 bool

RayCast() 공개 메소드

public RayCast ( Microsoft ray, float maximumLength, IList outputIntersections ) : bool
ray Microsoft
maximumLength float
outputIntersections IList
리턴 bool