Search:

Type: Posts; User: westcard

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    752

    I am using msdn and vb6 and msdn does not in any...

    I am using msdn and vb6 and msdn does not in any sence of the word make much sence at all :p
  2. Replies
    3
    Views
    752

    Thanks; have another question

    delta_theta =- (theta + sin(theta) - constant) / (1.0 + cos(theta))

    1) delta_theta =delta_theta - (theta.....

    or

    delta_theta =-1*(theta+sin(......
  3. thanks again another one solved.....

    thanks again another one solved.....
  4. Another c++ question that i can't figure out

    theta += delta_theta

    does this mean;

    1) delta_theta = 2 * theta

    or

    2) theta = .5 * delta_theta
  5. thanks

    thanks
  6. So it would read: if t_x not less then pi then...

    So it would read:

    if t_x not less then pi then x=x-sign(x) *(2*pi)

    Correct??
  7. Sorry it should be: x = (t_x < pi)? x: (x - (...

    Sorry it should be:
    x = (t_x < pi)? x: (x - ( sign( x ) *( 2*pi) ))
  8. Please help me... Translate from c++ to visual basic

    can someone help me translate this into visual basic

    x = (t_x < pi)? : (x - ( sign( x ) *( 2*pi) ))

    function sign(X)
    just returns a 1 if x is positive and a -1 if it is negitive
Results 1 to 8 of 8