コード例 #1
0
ファイル: TestSnap.cs プロジェクト: unitycoder/Drawing3D
 public override xyzArray getxyzArray()
 {
     return(ModelMatrix * Curve.ToxyzArray());
 }