Browse Source

adjust the .gitignore, README

master
Dtouch 2 years ago
parent
commit
e571f94b54
  1. 4
      .gitignore
  2. 1
      README.md

4
.gitignore

@ -32,5 +32,5 @@
*.out
*.app
./cmake-build-debug/
./.idea/
cmake-build-debug/
.idea/

1
README.md

@ -22,7 +22,6 @@ Judgment of C2 or C4 intersection of NURBS curve.
}
// 判断C2、C4情形,res.first表示是否为C2,res.second表示为C4
pair<float, float> res = c2C4.c2OrC4();
```
+ C2情形:3*4的雅可比矩阵:存在一个2阶子式行列式非0+所有3阶子式行列式含0。
+ C4情形:3*4的雅可比矩阵:去掉某一列后不含0(四个有一个即可)(也就是说存在一个3阶子式的行列式不含0)。若为C4,公有成员变量c4ExcludeCols中记录着去掉哪些列后子式行列式不含0
Loading…
Cancel
Save