Home
last modified time | relevance | path

Searched defs:FXVec3d (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXVec3d.h40 FXVec3d(){} in FXVec3d() function
43 FXVec3d(const FXVec3d& v){x=v.x;y=v.y;z=v.z;} in FXVec3d() function
46 FXVec3d(const FXdouble v[]){x=v[0];y=v[1];z=v[2];} in FXVec3d() function
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXVec3d.h44 FXVec3d(){} in FXVec3d() function
47 FXVec3d(const FXVec3d& v){x=v.x;y=v.y;z=v.z;} in FXVec3d() function
50 FXVec3d(const FXdouble v[]){x=v[0];y=v[1];z=v[2];} in FXVec3d() function
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXVec3d.h44 FXVec3d(){} in FXVec3d() function
47 FXVec3d(const FXVec3d& v){x=v.x;y=v.y;z=v.z;} in FXVec3d() function
50 FXVec3d(const FXdouble v[]){x=v[0];y=v[1];z=v[2];} in FXVec3d() function
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXVec3d.h36 FXVec3d(){} in FXVec3d() function
42 FXVec3d(const FXVec3d& v):x(v.x),y(v.y),z(v.z){} in FXVec3d() function
45 FXVec3d(const FXdouble v[]):x(v[0]),y(v[1]),z(v[2]){} in FXVec3d() function
48 FXVec3d(FXdouble xx,FXdouble yy,FXdouble zz):x(xx),y(yy),z(zz){} in FXVec3d() function
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXVec3d.h36 FXVec3d(){} in FXVec3d() function
42 FXVec3d(const FXVec3d& v):x(v.x),y(v.y),z(v.z){} in FXVec3d() function
45 FXVec3d(const FXdouble v[]):x(v[0]),y(v[1]),z(v[2]){} in FXVec3d() function
48 FXVec3d(FXdouble xx,FXdouble yy,FXdouble zz):x(xx),y(yy),z(zz){} in FXVec3d() function
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXVec3d.cpp40 FXVec3d::FXVec3d(FXColor color){ in FXVec3d() function in FX::FXVec3d
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXVec3d.cpp44 FXVec3d::FXVec3d(FXColor color){ in FXVec3d() function in FX::FXVec3d
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXVec3d.cpp44 FXVec3d::FXVec3d(FXColor color){ in FXVec3d() function in FX::FXVec3d