Home
last modified time | relevance | path

Searched defs:getmatrix (Results 1 – 22 of 22) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Dangkin.F483 SUBROUTINE getmatrix(label,RTNLBL,TOTOVL,nelmnt) subroutine
506 write(lupri,*) ' At getmatrix label: ', label,' ', RTNLBL argument
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Drotate.c181 static int getmatrix(int dim, float deg, Matrix *m) in getmatrix() function
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dloadshader.cpp378 static ustring getmatrix("getmatrix"); in hint() local
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dswfbbox.c207 MATRIX getmatrix(TAG*tag) in getmatrix() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dloadshader.cpp378 static ustring getmatrix("getmatrix"); in hint() local
/dports/math/eclib/eclib-20210318/libsrc/
H A Disogs.cc441 mat_i IsogenyClass::getmatrix() const in getmatrix() function in IsogenyClass
/dports/devel/bullet/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.h496 inline mat3x3<T> getmatrix() const { return mat3x3<T>(xdir(), ydir(), zdir()); } in getmatrix() function
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentity.pas129 function getmatrix:PDMatrix4D;virtual; in getmatrix() function
/dports/devel/py-bullet3/bullet3-3.21/examples/Experiments/ImplicitCloth/stan/
H A Dvecmath.h496 inline mat3x3<T> getmatrix() const { return mat3x3<T>(xdir(), ydir(), zdir()); } in getmatrix() function
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/shaders/
H A Dstdosl.h482 int getmatrix (string fromspace, output matrix M) { in getmatrix() function
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/shaders/
H A Dstdosl.h482 int getmatrix (string fromspace, output matrix M) { in getmatrix() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/
H A Dstdosl.h645 int getmatrix (string fromspace, output matrix M) { in getmatrix() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/
H A DLuaScriptEngine.cpp3580 bool LuaScriptEngine::getmatrix(int pos) const in getmatrix() function in LuaScriptEngine
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lua/
H A DLuaScriptEngine.cpp3606 bool LuaScriptEngine::getmatrix(int pos) const in getmatrix() function in LuaScriptEngine
/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp394 float3x3 getmatrix() const { return float3x3(xdir(), ydir(), zdir()); } in getmatrix() function in ConvexDecomposition::Quaternion
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.cpp292 float3x3 getmatrix() const { return float3x3( xdir(), ydir(), zdir() ); } in getmatrix() function in ConvexDecomposition::Quaternion
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp258 float3x3 getmatrix() const { return float3x3( xdir(), ydir(), zdir() ); } in getmatrix() function in StanHull::Quaternion
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.cpp292 float3x3 getmatrix() const { return float3x3( xdir(), ydir(), zdir() ); } in getmatrix() function in ConvexDecomposition::Quaternion
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp394 float3x3 getmatrix() const { return float3x3(xdir(), ydir(), zdir()); } in getmatrix() function in ConvexDecomposition::Quaternion
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dprvm_cmds.c6927 static void getmatrix(prvm_prog_t *prog, prvm_edict_t *ed, matrix4x4_t *out) in getmatrix() function
/dports/games/darkplaces/darkplaces/
H A Dprvm_cmds.c6926 static void getmatrix(prvm_prog_t *prog, prvm_edict_t *ed, matrix4x4_t *out) in getmatrix() function
/dports/cad/zcad/zcad-8b8a693/environment/runtimefiles/common/rtl/
H A Dsystem.pas1873 function getmatrix:PDMatrix4D;virtual;abstract; in getmatrix() function