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