Home
last modified time | relevance | path

Searched refs:multVecMatrix (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dmatrix-decomposition.js68 function multVecMatrix(v, m) { function
140 perspective = multVecMatrix(rhs, transposedInversePerspectiveMatrix);
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js811 transposedInversePerspectiveMatrix.multVecMatrix(perspective, rightHandSide);
1045 J3DIVector3.prototype.multVecMatrix = function(matrix) method in J3DIVector3
/external/opencv3/3rdparty/openexr/Imath/
DImathMatrix.h228 void multVecMatrix(const Vec2<S> &src, Vec2<S> &dst) const;
602 void multVecMatrix(const Vec3<S> &src, Vec3<S> &dst) const;
1340 Matrix33<T>::multVecMatrix(const Vec2<S> &src, Vec2<S> &dst) const
2578 Matrix44<T>::multVecMatrix(const Vec3<S> &src, Vec3<S> &dst) const