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(points: FloatArray!)

Constructs an empty list with the specified initial capacity.

Parameters

points - FloatArray!: 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.