@Petras_Vestartas wrote:
Hi,
In RhinoCommon I can create an interval like this:
Interval interval = new Interval(start,end);
and then get value like this:
interval.ParameterAt(t);
What I am searching for is how to create an interval with multiple parameters not just start and end.
In my case interval goes always from 0 to 1, but at some points it has different values:
Is there any existing math library or method you use that could help me to get a value from such interval?
Posts: 5
Participants: 3