get

operator fun get(index: Int): ClippingPlane(source)

Returns the plane in the collection at the specified index. Indices are zero-based and increase as planes are added. Removing a plane shifts all planes after it to the left, changing their indices. This function is commonly used with ClippingPlaneCollection.length to iterate over all the planes in the collection.

Return

The ClippingPlane at the specified index.

Parameters

index

The zero-based index of the plane.

See also