Recent content by TastyLemons

  1. T

    Vector Formula with multiple Equal signs?

    So they are separate? i don't use them all together?
  2. T

    Vector Formula with multiple Equal signs?

    How do i go about solving the following equation? (Attached) I am attempting to implement it into java. BUt i have not gotten any further than this: wavenumber = new Vector2f(0.0f, 0.0f); wavenumber.x = (float) (2 * Math.PI / wavelength); Wikipedia Info for Equation...
  3. T

    Java Sine wave equation into Java Code

    I have been trying to implement this Wave equation into java: A = amplitude of wave L = wave length w = spatial angular frequency s = speed wt = temporal angular frequency d = direction FI = initiatory phase Y(x,y,t)=A*cos(w *(x,y)+ wt*t + FI; I...
Back
Top