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.
Sets the data for all vertices to a common value.
mutating func setAll(value: ElementType)The value to assign to every vertex.