Search the Community
Showing results for tags 'degrees'.
-
I want to copy objects on points and randomize them in rotation (e.g. Y axis) from 0° to 360° but in 90° steps. I think I need kind of an expression like " (round(rand($PT))*90)" but this gives me only 0° or 90°. I do not quite come up with the right solution for 360°. Would be nice to get some help with that. kind regards Jon rotateIn90degreeSteps.hipnc
-
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.