コード例 #1
0
ファイル: MathTypes.cs プロジェクト: Bagoum/danmokou
 public RootedVTP(ExTP root, ExVTP path) : this(Compilers.GCXF(root), Compilers.GCXU(path))
 {
 }
コード例 #2
0
ファイル: MathTypes.cs プロジェクト: Bagoum/danmokou
 public RootedVTP(GCXF <Vector2> root, ExVTP path) : this(root, Compilers.GCXU(path))
 {
 }