页面代码提交
This commit is contained in:
@@ -29,7 +29,6 @@ namespace 头罩视野.Services
|
||||
return _standardTotalArea - binocularTotalArea;
|
||||
}
|
||||
|
||||
|
||||
//计算双目视野
|
||||
|
||||
public static double CalculateBinocularArea(
|
||||
@@ -49,7 +48,6 @@ namespace 头罩视野.Services
|
||||
return CalculateEllipseArea(binocularData, lightPositions);
|
||||
}
|
||||
|
||||
|
||||
//下方视野 下方视野角度 = 人眼到「最低亮灯条」的夹角
|
||||
|
||||
public static double CalculateBottomViewAngle(int[] lightData, List<(int m, int n)> lightPositions)
|
||||
|
||||
Reference in New Issue
Block a user