Skip to content

Commit

Permalink
第十周,第六次实验报告
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Jihong committed Nov 9, 2023
1 parent 48657a3 commit 5916de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/week11_seventh/_4_3/BezierSurfaceMerging.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public BezierThreeOrderSurfaceface(float[][][] P, Appearance app) {
float[][] PY = new float[4][4];
float[][] PZ = new float[4][4];
float[][] P4 = new float[4][4];
//定义系数矩阵及其转置矩阵
//定义系数矩阵及其转置矩阵
float[][] M1 = {{1.f, 0.f, 0.f, 0.f},
{-3.f, 3.f, 0.f, 0.f},
{3.f, -6.f, 3.f, 0.f},
Expand Down

0 comments on commit 5916de0

Please sign in to comment.