get max/min array or if looking for a particular element get element from index and then min or max of that
On Mon, Feb 18, 2013 at 5:39 PM, Adam Sale <[email protected]> wrote: > I guess the subject frames my question. > > I am doing some crowd work, where I am using distance to neighboring > particles and if true, then rescaling the velocities of certain particles > from their current velocity to a new velocity. > > Unfortunately I am running into context issues. > > Is there a way for me to convert from an array of values per particle to a > single scalar? > > I am looking into archives, but am clearly not asking my question > correctly.. > > Thanks > > Adam > --

