|
 |
Rune wrote:
>
> Yes, that works in many cases, but vectors such as <0,0,0> and <3,3,3> will
> still be converted to floats 0 and 3 respectively.
>
Does it matter? They get promoted back to <0,0,0> and <3,3,3> respectively, if a
function requires a vector value.
If you want to use them with e.g. dot operators, you can force vector promotion
with (Float + <0,0,0>)
--
Margus Ramst
Personal e-mail: mar### [at] peak edu ee
TAG (Team Assistance Group) e-mail: mar### [at] tag povray org
Post a reply to this message
|
 |