HomeSort by relevance Sort by last modified time
    Searched refs:multVecMatrix (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
matrix-decomposition.js 68 function multVecMatrix(v, m) {
140 perspective = multVecMatrix(rhs, transposedInversePerspectiveMatrix);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 811 transposedInversePerspectiveMatrix.multVecMatrix(perspective, rightHandSide);
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrix.h 219 // m.multVecMatrix(src,dst) implements a homogeneous transformation
228 void multVecMatrix(const Vec2<S> &src, Vec2<S> &dst) const;
593 // m.multVecMatrix(src,dst) implements a homogeneous transformation
602 void multVecMatrix(const Vec3<S> &src, Vec3<S> &dst) const;
    [all...]

Completed in 74 milliseconds