I'm having issues with arccos returning nan for some values. Is there a way to filter out the nan and just return 0? It can break renders and simulations.
What would cause arccos to return nan, is it like divide by zero? Maybe I can do a check of the values before I'm operating on them. Thanks jimmy

