Lines Matching refs:q

574 # bug fix: y = q improperly defining q if q does not exist. 
604 # bug fix: quarternion().q not working
899 # q yes occupancy (0-100%)
983 # %q // occupancy * 100
1395 # new feature: q = quaternion(matrixColumn1, matrixColumn2)
1398 # q = quaternion({1 2 -2}, {2 1 2}) = {0.57735026 0.57735026 0.0 0.57735026} (xyzw format)
1711 # new feature: x = quaternion(q, "id", {center})
1713 # -- creates DRAW sequence to draw quaternion q as three arrows red(x), green(y), blue(z)
2154 # the reported theta (q %-2) is in the range [0, 180]
2156 # specified axis using q % {x y z w}. w is ignored; x y z is the
2166 # new feature: q = axisAngle({x y z}, theta)
2167 # new feature: q = axisAngle(x, y, z, theta)
2168 # new feature: q = axisAngle("{x y x theta}")
2169 # new feature: q = quaternion("{x y z w}")
2244 # q = quaternion({x y z}, angleDegrees)
2245 # q = quaternion(q0, q1, q2,q3)
2246 # q = {qx, qy, qz, qw}
2250 # q.x, q.y, q.z, q.w
2258 # (q%0) -- q0 (w)
2259 # (q%1) -- q1 (x)
2260 # (q%2) -- q2 (y)
2261 # (q%3) -- q3 (z)
2262 # (q%-1) -- the vector {q1, q2, q3}
2263 # (q%-2) -- theta
2264 # (q%-3) -- equivalent rotational frame X-axis
2265 # (q%-4) -- equivalent rotational frame Y-axis
2266 # (q%-5) -- equivalent rotational frame Z-axis
2267 # (q%{x y z}) -- rotational transform of a point or vector based on a quaternion
2269 # thus, for example, (q%{1 0 0}) is the same as (q%-3)
2271 # (!q) -- quaternion inverse
2284 # q = quaternion({1 1 1},120)
2285 # print "" + (q%{1 0 0}) + " " + (q%{0 1 0}) + " " + (q%{0 0 1})
2353 # q = frame{ vA, (vC x vA), vC }
2375 # dq1 === q[i] * q[i-1]_inverse
2376 # dq2 === q[i+1] * q[i]_inverse
2529 # new feature: set quaternionFrame "c" "p" "q"
2531 # - "q" -- peptide plane CA-C and N'-CA' as per J.R.Quine
4323 # bug fix: write PNG default was 0 compression. -q flag was OK for setting 0-9
4528 # new feature: APPLICATION -q (quality) option