src/fuzzy.cpp File Reference

#include "fuzzy.h"
#include <stdlib.h>
#include <math.h>

Include dependency graph for fuzzy.cpp:

Go to the source code of this file.

Functions

float andz (float c1, float c2)
float orz (float c1, float c2)
float andp (float c1, float c2)
float orp (float c1, float c2)
float andl (float c1, float c2)
float orl (float c1, float c2)


Function Documentation

float andl ( float  c1,
float  c2 
)

Definition at line 503 of file fuzzy.cpp.

Referenced by cFuzzyObj::CountResult().

float andp ( float  c1,
float  c2 
)

Definition at line 495 of file fuzzy.cpp.

Referenced by cFuzzyObj::CountResult().

float andz ( float  c1,
float  c2 
)

Definition at line 487 of file fuzzy.cpp.

Referenced by cFuzzyObj::CountResult().

float orl ( float  c1,
float  c2 
)

Definition at line 507 of file fuzzy.cpp.

float orp ( float  c1,
float  c2 
)

Definition at line 499 of file fuzzy.cpp.

float orz ( float  c1,
float  c2 
)

Definition at line 491 of file fuzzy.cpp.


Generated on Thu Apr 26 22:45:29 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1