We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there, how do I convert a FloatList into an array of float (float[]) ?
http://processing.org/reference/FloatList_array_.html
Thaks, that's what I was looking for.
Besides array(), there's this undocumented values() method too! Rather than returning a clone, values() returns the very same internal array used in the data-structure!
Answers
http://processing.org/reference/FloatList_array_.html
Thaks, that's what I was looking for.
Besides array(), there's this undocumented values() method too!
Rather than returning a clone, values() returns the very same internal array used in the data-structure!