|
|
Warp wrote:
> Bill Hails <bil### [at] europeyahoo-inccom> wrote:
>> #macro transform_vector(V, T)
>> #local S = sphere { V, 1 transform T }
>> #local Min = min_extent(S);
>> #local Max = max_extent(S);
>> ((Min + Max) / 2)
>> #end
>
> How about using vtransform() from transforms.inc instead?
>
Ah, I didn't know about that one. I did check out the doc for
transforms.inc before I posted, I must have missed it, thanks!
--
Bill Hails
Post a reply to this message
|
|