Searched refs:multVecMatrix (Results 1 – 3 of 3) sorted by relevance
68 function multVecMatrix(v, m) { function140 perspective = multVecMatrix(rhs, transposedInversePerspectiveMatrix);
811 transposedInversePerspectiveMatrix.multVecMatrix(perspective, rightHandSide);1045 J3DIVector3.prototype.multVecMatrix = function(matrix) method in J3DIVector3
228 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) const2578 Matrix44<T>::multVecMatrix(const Vec3<S> &src, Vec3<S> &dst) const