ly.img.android.pesdk.utils / FloatPointList / <init>

<init>

FloatPointList(initialCapacity: int)

Constructs an empty list with the specified initial capacity.

Parameters

initialCapacity - int: the initial capacity of the list

Exceptions

IllegalArgumentException - if the specified initial capacity is negative

FloatPointList(@NonNull points: kotlin.Array<float>)

Constructs an empty list with the specified initial capacity.

Parameters

points - kotlin.Array<float>: the initial point list to copy into

Exceptions

IllegalArgumentException - if the specified initial capacity is negative

FloatPointList()

Constructs an empty list with an initial capacity of ten.