Type alias AssemblySolveOptions
AssemblySolveOptions: {
damping?: number;
maxIterations?: number;
rotationEps?: number;
tolerance?: number;
translationEps?: number;
}
Type declaration
Optional damping?: number
Optional maxIterations?: number
Optional rotationEps?: number
Optional tolerance?: number
Optional translationEps?: number