Skip to main content

Function: computeThetaMax()

computeThetaMax(stretch): number

Defined in: simulation/simulation.ts:1770

computes the maximum theta for a given stretch value. a very stretchy yarn (stretch = 1) would have a theta_max of PI/2 degrees. a less stretchy yarn might not be move much, so lets say PI / 24 so theta max is an interpolation between PI/4 and PI/24

Parameters

stretch

number

Returns

number