Aardvark.Base


Line1iPoint

Represents a value at an interpolated point between two indexed values of an indexable set of values. This is implemented as a class in order to avoid duplicating interpolated points in some algorithms.

Constructors

ConstructorDescription
new(i0, i1, t)
Signature: (i0:int * i1:int * t:float) -> unit
Fork me on GitHub