Esempio n. 1
0
 public RootedVTP(ExTP root, ExVTP path) : this(Compilers.GCXF(root), Compilers.GCXU(path))
 {
 }
Esempio n. 2
0
 public RootedVTP(GCXF <Vector2> root, ExVTP path) : this(root, Compilers.GCXU(path))
 {
 }