Contents

setAll(value:)

Sets the data for all vertices to a common value.

Declaration

mutating func setAll(value: ElementType)

Parameters

  • value:

    The value to assign to every vertex.

See Also

Setting vertex values