vray.FloatList

class vray.FloatList

Bases: vray.TypedList

Efficient implementation of V-Ray FloatList.

Methods

__init__(*args, **kwargs)

append

Append number to the end of the list.

extend

Extend list by appending elements from iterable.

append()

Append number to the end of the list.

extend()

Extend list by appending elements from iterable.