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 77b7b1b commit 48657a3
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 @@ -141,7 +141,7 @@ public BezierThreeOrderSurfaceface(float[][][] P, Appearance app) {
float division;//参数u在[0,1]区间的等分线段长度
n0 = 50;
division = 1.f / n0;
//分别定义存放控制顶点x、y、z坐标与第四维坐标的数组
//分别定义存放控制顶点x、y、z坐标与第四维坐标的数组
float[][] PX = new float[4][4];
float[][] PY = new float[4][4];
float[][] PZ = new float[4][4];
Expand Down

0 comments on commit 48657a3

Please sign in to comment.