StretchyTanks.StretchyConicTank.getSizeText C# (CSharp) Method

getSizeText() public method

public getSizeText ( ) : string
return string
        public override string getSizeText()
        {
            return Math.Round(radialFactor * origScale.x * 2.5, 3) + "m .. "
              + Math.Round(topFactor * origScale.x * 2.5, 3) + "m x "
              + Math.Round(stretchFactor * origScale.y * 1.875, 3) + "m";
        }