Quellcode durchsuchen

done testing

Former-commit-id: b598c40c547e0577e040b86f83cd7e56d31ad1de
Alec Jacobson vor 9 Jahren
Ursprung
Commit
1c11889105
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  1. 0 6
      include/igl/ray_mesh_intersect.cpp

+ 0 - 6
include/igl/ray_mesh_intersect.cpp

@@ -75,9 +75,3 @@ IGL_INLINE bool igl::ray_mesh_intersect(
 // Explicit template instanciation
 template bool igl::ray_mesh_intersect<Eigen::Matrix<float, 3, 1, 0, 3, 1>, Eigen::Matrix<float, 3, 1, 0, 3, 1>, Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1> >(Eigen::MatrixBase<Eigen::Matrix<float, 3, 1, 0, 3, 1> > const&, Eigen::MatrixBase<Eigen::Matrix<float, 3, 1, 0, 3, 1> > const&, Eigen::MatrixBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> > const&, Eigen::MatrixBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> > const&, std::vector<igl::Hit, std::allocator<igl::Hit> >&);
 #endif
- 
- 
- 
- 
- 
-