SpaceSim.Proxies.MassiveBodyProxy.ComputeBoundingBox C# (CSharp) Method

ComputeBoundingBox() public method

public ComputeBoundingBox ( ) : RectangleD
return VectorMath.RectangleD
        public override RectangleD ComputeBoundingBox()
        {
            throw new System.NotImplementedException();
        }