ly.img.android.pesdk.utils / FloatPointList / add

add

open fun add(e: Float): Boolean

Appends the specified element to the end of this list.

Parameters

e - Float: element to be appended to this list

Return
Boolean: true

open fun add(index: Int, element: Float): Unit

Inserts the specified element at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).

Parameters

index - Int: index at which the specified element is to be inserted

element - Float: element to be inserted

Exceptions

IndexOutOfBoundsException -