HomeSort by relevance Sort by last modified time
    Searched refs:htail (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h 49 float htail, vtail; member in struct:_fishRec
dolphin.c     [all...]
whale.c     [all...]
shark.c 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h 49 float htail, vtail; member in struct:_fishRec
dolphin.c     [all...]
whale.c     [all...]
shark.c 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h 49 float htail, vtail; member in struct:_fishRec
dolphin.c     [all...]
whale.c     [all...]
shark.c 1164 fish->htail = (int) (fish->htail - (int) (5.0 * fish->v)) % 360;
1168 seg1 = 0.6 * thrash * sin(fish->htail * RRAD);
1169 seg2 = 1.8 * thrash * sin((fish->htail + 45.0) * RRAD);
1170 seg3 = 3.0 * thrash * sin((fish->htail + 90.0) * RRAD);
1171 seg4 = 4.0 * thrash * sin((fish->htail + 110.0) * RRAD);
    [all...]

Completed in 1063 milliseconds