vray.VectorList

class vray.VectorList

Bases: vray.TypedList

Efficient implementation of V-Ray VectorList.

Methods

__init__(*args, **kwargs)

append

Append Vector to the end of the list.

extend

Extend list by appending elements from iterable.

append()

Append Vector to the end of the list.

extend()

Extend list by appending elements from iterable.