C# Class BEPUphysics.BroadPhaseSystems.SortAndSweep.Grid2DSortAndSweepQueryAccelerator

Inheritance: IQueryAccelerator
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
GetEntries ( Microsoft boundingShape, IList overlaps ) : void
Grid2DSortAndSweepQueryAccelerator ( Grid2DSortAndSweep owner ) : System
RayCast ( Microsoft ray, IList outputIntersections ) : bool
RayCast ( Microsoft ray, float maximumLength, IList outputIntersections ) : bool

Method Details

GetEntries() public méthode

public GetEntries ( Microsoft boundingShape, IList overlaps ) : void
boundingShape Microsoft
overlaps IList
Résultat void

Grid2DSortAndSweepQueryAccelerator() public méthode

public Grid2DSortAndSweepQueryAccelerator ( Grid2DSortAndSweep owner ) : System
owner Grid2DSortAndSweep
Résultat System

RayCast() public méthode

public RayCast ( Microsoft ray, IList outputIntersections ) : bool
ray Microsoft
outputIntersections IList
Résultat bool

RayCast() public méthode

public RayCast ( Microsoft ray, float maximumLength, IList outputIntersections ) : bool
ray Microsoft
maximumLength float
outputIntersections IList
Résultat bool