powered by
Convert a single vector representation of a 3D model to a list, or a list to a single vector.
VEC2MOD(VEC) MOD2VEC(MOD)
vector with attributes x,y,D describing the coordinates
List model
The two functions are used to convert models for different uses.
GXMA3D
# NOT RUN { data(HELMOD) names(HELMOD) VV = MOD2VEC(HELMOD) NMOD = VEC2MOD(VV) # }
Run the code above in your browser using DataLab