E
Size: a a a
E
ВП
ВП
A
𝕬
x, y = map(lambda x: x * sqrt(23 * 2.54 / (pow(16, 2) + pow(9, 2))), [16, 9])Вот тебе лаконично)
ᅠ

E
K
A
x, y = map(lambda x: x * sqrt(23 * 2.54 / (pow(16, 2) + pow(9, 2))), [16, 9])Вот тебе лаконично)
𝕬
A
A
𝕬
A
A
A
from math import sin, cos, atan2
x, y = lambda d,ox,oy: sin(atan2(ox,oy))*d*2.54, cos(atan2(ox,oy))*d*2.54𝕬
from math import sin, cos, atan2
x, y = lambda d,ox,oy: sin(atan2(ox,oy))*d*2.54, cos(atan2(ox,oy))*d*2.54E
𝕬
width_in_cm, height_in_cm = map(lambda x: x * sqrt(diagonal_in_inch * 2.54 / (pow(width_ratio, 2) + pow(height_ratio, 2))), [width_ratio, height_ratio])
𝕬
width_in_cm, height_in_cm = map(lambda x: x * sqrt(diagonal_in_inch * 2.54 / (pow(width_ratio, 2) + pow(height_ratio, 2))), [width_ratio, height_ratio])