|
 |
> "Bald Eagle" <cre### [at] netscape net> wrote:
I'm still intrigued.
> #macro newQuadtree (_r, _cap)
> #local _pointArray = array;
> #local _childArray = array;
> #local newQT = array mixed [9] {ID, _r[0], _r[1], _r[2], _r[3], _pointArray,
>_cap, no, _childArray}
Can an array be invoked from another array?
>#if (
> _p.x > _r.x - _rw &&
> _p.x < _r.x + _rw &&
> _p.y > _r.x - _rh &&
> _p.y > _r.x + _rh &&
> )
And pov-ray reads "&&" the same as "&"?
http://wiki.povray.org/content/Reference:Numeric_Expressions
B. Gimeno
Post a reply to this message
|
 |