Home
last modified time | relevance | path

Searched refs:targetFact (Results 1 – 2 of 2) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dglschool_alg.c162 double minRadius, double avoidFact, double matchFact, double centerFact, double targetFact, in glschool_initSchool() argument
189 SCHOOL_TARGETFACT(s) = targetFact; in glschool_initSchool()
319 double targetFact = SCHOOL_TARGETFACT(s); in glschool_computeAccelerations() local
360 FISH_IACC(ref, j) += (diffVect[j]*targetFact/adjDist); in glschool_computeAccelerations()
H A Dglschool_alg.h76 double targetFact; member
96 #define SCHOOL_TARGETFACT(s) ((s)->targetFact)