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

  /external/eigen/test/
geo_orthomethods.cpp 25 typedef Matrix<Scalar,4,1> Vector4;
65 Vector4 v40 = Vector4::Random(),
66 v41 = Vector4::Random(),
67 v42 = Vector4::Random();
71 VERIFY_IS_MUCH_SMALLER_THAN(v40.cross3(Vector4::Random()).dot(v40), Scalar(1));
geo_transformations.cpp 97 typedef Matrix<Scalar,4,1> Vector4;
212 mat4 << mat3 , Vector3::Zero() , Vector4::Zero().transpose();
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]

Completed in 1611 milliseconds