Contents

mesh

An array that describes the mesh to render.

Declaration

var mesh: [Any] { get set }

Discussion

Specify the mesh as an array of line segments. Each line segment is stored as a CIVector instance that describes the line as a start point and an end point.

See Also

Instance Properties