Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8547

Get value of an interval

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 8547

Trending Articles