根据正弦定理(a/sinA = b/sinB = c/sinC)获取对应边长
a边
角A
要获取的边长对应的角度
getBorderWidthBySin(1, 45, 90).toFixed(2); // Math.sqrt(2).toFixed(2)getBorderWidthBySin(1, 45, 45); // 1 复制
getBorderWidthBySin(1, 45, 90).toFixed(2); // Math.sqrt(2).toFixed(2)getBorderWidthBySin(1, 45, 45); // 1
根据正弦定理(a/sinA = b/sinB = c/sinC)获取对应边长