OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttheta
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
swim.c
69
float X, Y, Z, tpsi,
ttheta
, thetal;
local
81
ttheta
= RAD * atan(Z / (sqrt(X * X + Y * Y)));
83
if (
ttheta
> fish->theta + 0.25) {
85
} else if (
ttheta
< fish->theta - 0.25) {
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
swim.c
69
float X, Y, Z, tpsi,
ttheta
, thetal;
local
81
ttheta
= RAD * atan(Z / (sqrt(X * X + Y * Y)));
83
if (
ttheta
> fish->theta + 0.25) {
85
} else if (
ttheta
< fish->theta - 0.25) {
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
swim.c
69
float X, Y, Z, tpsi,
ttheta
, thetal;
local
81
ttheta
= RAD * atan(Z / (sqrt(X * X + Y * Y)));
83
if (
ttheta
> fish->theta + 0.25) {
85
} else if (
ttheta
< fish->theta - 0.25) {
Completed in 103 milliseconds