Searched refs:_transformVector (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DRotationBase.h93 EIGEN_DEVICE_FUNC inline VectorType _transformVector(const OtherVectorType& v) const function in class:Eigen::RotationBase
128 return r._transformVector(v);
H A DQuaternion.h165 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Vector3 _transformVector(const Vector3& v) const;
471 QuaternionBase<Derived>::_transformVector(const Vector3& v) const function in class:Eigen::QuaternionBase

Completed in 84 milliseconds