I am trying to convert a GPL font to svg for use with processingjs. I cannot seem to get processingjs to recognize my several attempts at conversion, so hopefully someone on this thread can help convert this to svg:
What is the best way to find the bounding box (or bounding shape) of an arbitrary 2D shape defined by a set of coordinate points (two serialized 1-dimensional array)
Suppose you have multiple arrays, each a dimension of a coordinate set.. The max and min functions work well to find the max and min, but what if you want to find the index of the result. Is there a built-in function that retrieves the index of the find for max/min?
Suppose you arbitrarily draw a curve -- say, a random walk curve that closes in on itself (returns to a startpoint close to where it was before) -- what is the best way to find the centerpoint of the resulting "shape" formed by the closed curve.