Searched defs:theta (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTrig.c1331 double theta; /* Angle between line segments (angle
1355 theta = theta1 - theta2;
1356 if (theta > PI) {
1357 theta -= 2*PI;
1358 } else if (theta < -PI) {
1359 theta += 2*PI;
1361 if ((theta < elevenDegrees) && (theta > -elevenDegrees)) {
1364 dist = 0.5*width/sin(0.5*theta);
1318 double theta; /* Angle between line segments (angle local

Completed in 1643 milliseconds