Configuraciones

Choose language

Documentación del diseñador de patrones de costura
Buscar

Contenidos:

Etiquetas:


Pedido por:

Sewist

Diseñador de Patrones En Línea

Documentación

Descripción de código

Guía de tallas

Medidas antropométricas
Mostrar 51-60 de resultados 74.

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)
bisect(point1,point2,point3)

Returns internal bisection 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.

bisect
bisect(point1,point2,point3)
abs(float)

Returns absolute value of a float (always positive)

abs
abs(float)
mark (point,angle,type,length,width)

Places a mark at the given point at the given angle. You can choose type of the mark and its length and width, or use text as mark and mention its size.

mark
mark (point,angle,type,length,width)