-
Moving Null into a circle (clamp expression)
Hi everybody,
I’m using Clamp expression for stop my controller (Null), it’s useful for a character rig.
But it’s always moving my null into a square or rectangle.
Is there a way to moving my null into a circle?I think i have to use the cos and sin but i don’t know how to mix clamp with that.
Sorry for my bad english and thank you a lot
x= clamp(value[0],100,200);
y= clamp(value[1],100,200);
[x,y]