Home
last modified time | relevance | path

Searched defs:ScaleMatrix (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMMatrix33.h150 static inline FMMatrix33 ScaleMatrix(FMVector2 scale) { return ScaleMatrix(scale.u, scale.v); } in ScaleMatrix() function
H A DFMMatrix33.cpp55 FMMatrix33 FMMatrix33::ScaleMatrix(float sx, float sy) in ScaleMatrix() function in FMMatrix33
H A DFMMatrix44.cpp377 FMMatrix44 FMMatrix44::ScaleMatrix(const FMVector3& scale) in ScaleMatrix() function in FMMatrix44
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMMatrix33.h150 static inline FMMatrix33 ScaleMatrix(FMVector2 scale) { return ScaleMatrix(scale.u, scale.v); } in ScaleMatrix() function
/dports/graphics/rayshade/rayshade.4.0/libray/libcommon/
H A Dscale.c68 ScaleMatrix(x, y, z, mat) in ScaleMatrix() function
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrGLRender.cpp216 virtual void ScaleMatrix(REAL f){ in ScaleMatrix() function in glRenderer
221 virtual void ScaleMatrix(REAL f1, REAL f2, REAL f3){ in ScaleMatrix() function in glRenderer
H A DrRender.h228 inline void ScaleMatrix(REAL f){ in ScaleMatrix() function
232 inline void ScaleMatrix(REAL f1, REAL f2, REAL f3){ in ScaleMatrix() function
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DUtil.cs182 public static float[] ScaleMatrix(float sx, float sy, float sz) in ScaleMatrix() method in OpenRA.Graphics.Util
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/src/
H A DitkFEMLinearSystemWrapperVNL.cxx271 void LinearSystemWrapperVNL::ScaleMatrix(Float scale, unsigned int matrixIndex) in ScaleMatrix() function in itk::fem::LinearSystemWrapperVNL
H A DitkFEMLinearSystemWrapperDenseVNL.cxx243 void LinearSystemWrapperDenseVNL::ScaleMatrix(Float scale, unsigned int matrixIndex) in ScaleMatrix() function in itk::fem::LinearSystemWrapperDenseVNL
H A DitkFEMLinearSystemWrapper.cxx50 void LinearSystemWrapper::ScaleMatrix(Float scale, unsigned int matrixIndex) in ScaleMatrix() function in itk::fem::LinearSystemWrapper
H A DitkFEMLinearSystemWrapperItpack.cxx430 void LinearSystemWrapperItpack::ScaleMatrix(Float scale, unsigned int matrixIndex) in ScaleMatrix() function in itk::fem::LinearSystemWrapperItpack
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/SyntopiaCore/Math/
H A DMatrix4.h52 static Matrix4<scalar> ScaleMatrix(scalar s) { in ScaleMatrix() function
/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dtransform.c458 int *ScaleMatrix(Numerator,Denominator,LongFlag,Matrix) in ScaleMatrix() function
/dports/games/pioneer/pioneer-20210723/src/
H A Dmatrix4x4.h120 static matrix4x4 ScaleMatrix(T x, T y, T z) in ScaleMatrix() function
133 static matrix4x4 ScaleMatrix(T scale) in ScaleMatrix() function
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dskinning_test_no_simd.cpp113 inline void ScaleMatrix(BoneTransform& result, const BoneTransform& mat, const float s) { in ScaleMatrix() function
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSTransform.cpp365 bool CSTransform::ScaleMatrix(double matrix[16], double scale) in ScaleMatrix() function in CSTransform
373 bool CSTransform::ScaleMatrix(double matrix[16], const double scale[3]) in ScaleMatrix() function in CSTransform
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Ddgeequtest.cc56 void ScaleMatrix(const char* title, MatrixScale<T>& matScale, T& mh) in ScaleMatrix() function
H A Ddgeequ.h274 T& MatrixScale<T>::ScaleMatrix(T& mh) const in ScaleMatrix() function
/dports/games/cake/cake_src/cake/
H A Dmath.h422 void ScaleMatrix(const vec2_t v) in ScaleMatrix() function
432 void ScaleMatrix(float f) in ScaleMatrix() function
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynGdiPlus.pas2608 procedure TGDIPlusEnum.ScaleMatrix(matrixOrg: THandle); procedure
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspCompat.c812 ScaleMatrix( eMatrix, RHS_ScaleFactors, SolutionScaleFactors ) in ScaleMatrix() function
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Blender/
H A DBlenderTessellator.cpp438 aiMatrix3x3 BlenderTessellatorP2T::ScaleMatrix( const aiMatrix3x3& mtx, float scale ) const in ScaleMatrix() function in BlenderTessellatorP2T
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DBlenderTessellator.cpp431 aiMatrix3x3 BlenderTessellatorP2T::ScaleMatrix( const aiMatrix3x3& mtx, float scale ) const in ScaleMatrix() function in BlenderTessellatorP2T
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dmathlib.c691 void ScaleMatrix(float matrix[16], float x, float y, float z) in ScaleMatrix() function

12