This commit is contained in:
MuHua-123
2024-11-29 18:10:02 +08:00
parent 84243e75a8
commit 698464b9d7
81 changed files with 3073 additions and 671 deletions
+1
View File
@@ -6,6 +6,7 @@ public struct DataTriangle {
public Vector3 a;
public Vector3 b;
public Vector3 c;
public override string ToString() {
return $"{a} , {b} , {c}";
}