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

UpdateBoundingBox() public method

Updates the bounding box to the current state of the entry.
public UpdateBoundingBox ( ) : void
return void
        public override void UpdateBoundingBox()
        {
            Shape.ComputeBoundingBox(ref worldTransform, out boundingBox);
        }