POV-Ray : Newsgroups : povray.general : transformations : Re: transformations Server Time
4 Aug 2024 12:14:59 EDT (-0400)
  Re: transformations  
From: Bill Hails
Date: 17 May 2003 14:37:50
Message: <3ec6817e@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.