Настройки

Choose language

Документация конструктора выкроек Sewist
Поиск

Содержание:

Теги:


Сортировать по:

Sewist

Онлайн-конструктор выкроек

Документация

Описание кода

Руководство по размерам

Антропометрические размерные признаки
Показаны 1-10 из 12 результатов.

round(x,precision)

Rounds a float.

round
round(x,precision)
sin(angle)

Returns sine of an angle.

sin
sin(angle)
cos(angle)

Returns cosine of an angle.

cos
cos(angle)
tan(angle)

Returns tangent of an angle.

tan
tan(angle)
asin(angle)

Returns arcsine (in degrees).

asin
asin(angle)
acos(x)

Returns arccosine (in degrees).

acos
acos(x)
atan(x)

Returns arctangent (in degrees).

atan
atan(x)
sqrt(float)

Returns square root of a float.

sqrt
sqrt(float)
pi

Returns approximation of PI.

pi
pi
angle(point1,point2,point3)

Returns angle in degrees in a triangle formed by the mentioned three points, the second point being the angular point. The returned angle is always a positive value.

angle
angle(point1,point2,point3)