页面逻辑调整
This commit is contained in:
@@ -21,7 +21,7 @@ namespace 头罩视野.Services
|
||||
|
||||
|
||||
//空白视野面积计算
|
||||
public static readonly double _standardTotalArea = 2 * Math.PI * 330 * 330;
|
||||
public static readonly double _standardTotalArea = (Math.PI * R * R) / 100;
|
||||
|
||||
public static double GetBlankViewArea(double binocularTotalArea)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user