hi all
A noob problem!
in case of a Hexagon, the smaller radius is sin60. I am using this to move the next hexagon this much, so in my Copy node;
Translate(x) has this line:
ch("../circle2/radx") * sin($PI/3)
in radians PI/3 should be 60 Degrees.
but the hexagon only moves this much:
What could possibly be wrong.
I Appreciate any help in advance.