Tesseract Engine Documentation

BoundingVolume.Intersects Method 

Returns true if "this" BoundingVolume intersects the parameter BoundingVolume.

public bool Intersects(
   BoundingVolume volume
);

Parameters

volume
BoundingVolume that we check for collision with.

Return Value

True if the two volumes intersect

See Also

BoundingVolume Class | DarkWynter.Engine.Physics Namespace