An array of points in the format [x0, x1, ...]
that represent
the x-coordinates of the line strip to be rendered.
An array of points in the format [y0, y1, ...]
that represent
the y-coordinates of the line strip to be rendered.
Private
capPrivate
capPrivate
joinPrivate
joinPrivate
segmentPrivate
segmentReadonly
xsReadonly
ysGenerated using TypeDoc
Similar to LineStrip, but without the alpha overlap artifacts. Uses six times as many draw calls as LineStrip, so can be slower if you're CPU bound. Unlike LineStrip, per-vertex color and width is not supported; the color and width is constant for each TransparentLineStrip.