BEPUphysics.BroadPhaseEntries.DetectorVolume.UpdateBoundingBox C# (CSharp) Method

UpdateBoundingBox() public method

Sets the bounding box of the detector volume to the current hierarchy root bounding box. This is called automatically if the TriangleMesh property is set.
public UpdateBoundingBox ( ) : void
return void
        public override void UpdateBoundingBox()
        {
            boundingBox = triangleMesh.Tree.BoundingBox;
        }