Home
last modified time | relevance | path

Searched refs:addMatrix (Results 1 – 25 of 108) sorted by last modified time

12345

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIAttributes.h519 virtual void addMatrix(const c8* attributeName, const core::matrix4& v) = 0;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCAttributes.h485 virtual void addMatrix(const c8* attributeName, const core::matrix4& v);
H A DCAttributes.cpp1017 void CAttributes::addMatrix(const c8* attributeName, const core::matrix4& v) in addMatrix() function in irr::io::CAttributes
1531 addMatrix(name.c_str(), core::matrix4()); in readAttributeFromXML()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWNode.h199 void addMatrix ( const String& sid, double matrix[4][4] ) const ;
202 void addMatrix ( double matrix[4][4] ) const ;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWNode.cpp114 void Node::addMatrix ( const String &sid, double matrix[4][4] ) const in addMatrix() function in COLLADASW::Node
131 void Node::addMatrix ( double matrix[4][4] ) const in addMatrix() function in COLLADASW::Node
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaVisualSceneExporter.cpp1107 mVisualSceneNode->addMatrix ( ATTR_TRANSFORM, sceneMatrix ); in exportMatrixTransform()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxVisualSceneExporter.cpp175 colladaNode.addMatrix ( matrix ); in doExport()
330 colladaNode.addMatrix ( matrix ); in exportTransformations()
366 colladaNode.addMatrix (MATRIX_SID, matrix ); in exportTransformations()
368 colladaNode.addMatrix (matrix ); in exportTransformations()
564 colladaNode.addMatrix ( matrix ); in exportTransformations()
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A Dnurbs.cpp383 Matrix<T> addMatrix ; in drawAaImg() local
386 addMatrix.resize(Img.rows(),Img.cols()) ; in drawAaImg()
426 addMatrix(i,j) += p.z() ; in drawAaImg()
434 addMatrix(i,j) /= T(nMatrix(i,j)) ; in drawAaImg()
435 if(addMatrix(i,j)>maxP) in drawAaImg()
436 maxP = addMatrix(i,j) ; in drawAaImg()
442 double mean = double(addMatrix(i,j))/double(maxP) ; in drawAaImg()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp152 this->addMatrix(*rec.fClipMatrix); in recordSaveLayer()
242 this->addMatrix(matrix); in recordConcat()
251 this->addMatrix(matrix); in didSetMatrix()
606 this->addMatrix(m); in onDrawPicture()
623 this->addMatrix(*matrix); in onDrawDrawable()
796 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet()
836 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
H A DSkPictureRecord.h129 void addMatrix(const SkMatrix& matrix);
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp152 this->addMatrix(*rec.fClipMatrix); in recordSaveLayer()
242 this->addMatrix(matrix); in recordConcat()
251 this->addMatrix(matrix); in didSetMatrix()
606 this->addMatrix(m); in onDrawPicture()
623 this->addMatrix(*matrix); in onDrawDrawable()
796 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet()
836 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
H A DSkPictureRecord.h129 void addMatrix(const SkMatrix& matrix);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPictureRecord.cpp152 this->addMatrix(*rec.fClipMatrix); in recordSaveLayer()
242 this->addMatrix(matrix); in recordConcat()
251 this->addMatrix(matrix); in didSetMatrix()
606 this->addMatrix(m); in onDrawPicture()
623 this->addMatrix(*matrix); in onDrawDrawable()
796 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet()
836 void SkPictureRecord::addMatrix(const SkMatrix& matrix) { in addMatrix() function in SkPictureRecord
H A DSkPictureRecord.h129 void addMatrix(const SkMatrix& matrix);
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtSpatialAlgebra.h200 …void addMatrix(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &b… in addMatrix() function
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/cif/
H A DMMCifReader.java620 addMatrix(id, m4, isNCS); in processStructOperListBlock()
626 protected void addMatrix(String id, M4 m4, boolean isNCS) { in addMatrix() method in MMCifReader
H A DMMTFReader.java405 addMatrix(id, M4.newA16((float[]) t.get("matrix")), false); in getMMTFBioAssembly()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtSpatialAlgebra.h200 …void addMatrix(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &b… in addMatrix() function
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtSpatialAlgebra.h200 …void addMatrix(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &b… in addMatrix() function
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/markbaker/matrix/classes/src/Operators/
H A DAddition.php24 return $this->addMatrix($value);
56 protected function addMatrix(Matrix $value): Operator function in Matrix\\Operators\\Addition
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/Operators/
H A DAddition.php24 return $this->addMatrix($value);
56 protected function addMatrix(Matrix $value) function in Matrix\\Operators\\Addition
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/Operators/
H A DAddition.php24 return $this->addMatrix($value);
56 protected function addMatrix(Matrix $value): Operator function in Matrix\\Operators\\Addition
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/markbaker/matrix/classes/src/Operators/
H A DAddition.php24 return $this->addMatrix($value);
56 protected function addMatrix(Matrix $value) function in Matrix\\Operators\\Addition
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dpseudolin.spad35 addMatrix : (Integer, Integer, Integer, K) -> Matrix K
36 -- addMatrix(N, i, k, a): under a change of base with the resulting matrix
103 E := addMatrix(N, i+1, j, siginv(-M(i, j)))
112 E := addMatrix(N, k, j-1, M(k, j))
145 addMatrix(N, i, k, a) ==
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/tensor/
H A Dmatrix.zep.c7793 PHP_METHOD(Tensor_Matrix, addMatrix) { in PHP_METHOD() argument

12345