BEPUphysics.BroadPhaseSystems.SortAndSweep.Grid2DSortAndSweepQueryAccelerator.RayCast C# (CSharp) Méthode

RayCast() public méthode

public RayCast ( Microsoft ray, IList outputIntersections ) : bool
ray Microsoft
outputIntersections IList
Résultat bool
        public bool RayCast(Microsoft.Xna.Framework.Ray ray, IList<BroadPhaseEntry> outputIntersections)
        {
            throw new NotSupportedException("The Grid2DSortAndSweep broad phase cannot accelerate infinite ray casts.  Consider specifying a maximum length or using a broad phase which supports infinite ray casts.");
        }

Same methods

Grid2DSortAndSweepQueryAccelerator::RayCast ( Microsoft ray, float maximumLength, IList outputIntersections ) : bool