BEPUphysics.BroadPhaseEntries.DetectorVolume.UpdateBoundingBox C# (CSharp) Méthode

UpdateBoundingBox() public méthode

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
Résultat void
        public override void UpdateBoundingBox()
        {
            boundingBox = triangleMesh.Tree.BoundingBox;
        }