We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9756393 commit 39a1d4eCopy full SHA for 39a1d4e
src/ipc/geometry/angle.cpp
@@ -41,13 +41,6 @@ Eigen::Vector<double, 12> dihedral_angle_gradient(
41
dn1_dx(Eigen::all, idx) = triangle_normal_jacobian(x1, x0, x3);
42
dn1_dx.middleCols<3>(6).setZero();
43
44
- // --- Edge gradient ---
45
-
46
- Eigen::Matrix<double, 3, 12> de_dx;
47
- de_dx.middleCols<3>(3) = normalization_jacobian(x1 - x0);
48
- de_dx.leftCols<3>() = -de_dx.middleCols<3>(3);
49
- de_dx.rightCols<6>().setZero();
50
51
// --- Angle gradient ---
52
53
const Eigen::Vector<double, 12> dcos_dx =
0 commit comments