rikrd / geomerative

Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as vector drawings or typographies) in a more approchable way. Geomerative makes it easy to access the contours, the control points and the curve points, making it easy to develop generative typography and geometry pieces in Processing.

Home Page:http://www.ricardmarxer.com/geomerative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast way to get the Style of a Child element which contains an RPoint?

cristianvogel opened this issue · comments

What would be a fast way to find out the style belonging to a child group which contains a certain Point?
At the moment all i can think of is to iterate through all the child elements, to match if it contains a point.

But this is very very slow, as I have 99000 points!

Am I missing a method that could do it for me?