Home
last modified time | relevance | path

Searched defs:FXVec2f (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXVec2f.h39 FXVec2f(){} in FXVec2f() function
42 FXVec2f(const FXVec2f& v){x=v.x;y=v.y;} in FXVec2f() function
45 FXVec2f(const FXfloat v[]){x=v[0];y=v[1];} in FXVec2f() function
48 FXVec2f(FXfloat xx,FXfloat yy){x=xx;y=yy;} in FXVec2f() function
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXVec2f.h42 FXVec2f(){} in FXVec2f() function
45 FXVec2f(const FXVec2f& v){x=v.x;y=v.y;} in FXVec2f() function
48 FXVec2f(const FXfloat v[]){x=v[0];y=v[1];} in FXVec2f() function
51 FXVec2f(FXfloat xx,FXfloat yy){x=xx;y=yy;} in FXVec2f() function
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXVec2f.h42 FXVec2f(){} in FXVec2f() function
45 FXVec2f(const FXVec2f& v){x=v.x;y=v.y;} in FXVec2f() function
48 FXVec2f(const FXfloat v[]){x=v[0];y=v[1];} in FXVec2f() function
51 FXVec2f(FXfloat xx,FXfloat yy){x=xx;y=yy;} in FXVec2f() function
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXVec2f.h35 FXVec2f(){} in FXVec2f() function
38 FXVec2f(const FXVec2f& v):x(v.x),y(v.y){} in FXVec2f() function
41 FXVec2f(const FXfloat v[]):x(v[0]),y(v[1]){} in FXVec2f() function
44 FXVec2f(FXfloat xx,FXfloat yy):x(xx),y(yy){} in FXVec2f() function
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXVec2f.h35 FXVec2f(){} in FXVec2f() function
38 FXVec2f(const FXVec2f& v):x(v.x),y(v.y){} in FXVec2f() function
41 FXVec2f(const FXfloat v[]):x(v[0]),y(v[1]){} in FXVec2f() function
44 FXVec2f(FXfloat xx,FXfloat yy):x(xx),y(yy){} in FXVec2f() function