|
 |
hi,
kurtz le pirate <kur### [at] free fr> wrote:
> With this :
> #declare Datas = array mixed;
> #declare Datas[0] = <1,2,3>;
> #declare Datas[1] = <1,2,3,4>;
> #declare Datas[2] = <1,2>;
>
> how can you tell that the vector in Datas[0] has 3 components and the
> vector in Datas[1] 4 ?
in a word, you/we cannot.
> So far, I haven't found anything online about this. So a little help
> would be appreciated ;)
iirc, both Bald Eagle and WFP have partial solutions. (no refs, sorry)
if only 2/3/4 vector data is stored, you could combine vector and #components in
a 5-vector ?
regards, jr.
Post a reply to this message
|
 |