Namespace: Rx.Net – Class: LineStrip3D – Assembly: Rx.Net

LineStrip3D Class

C#
class LineStrip3D

A 3D line strip.

A 3D line strip contains a list of 3D points connected in the given order and has a color.

Constructors

LineStrip3D()

Default constructor. Defines an empty line black line strip.

LineStrip3D(iPntCnt)

Constructor. Defines a black line strip with the given amount of points.

Variables

Positions

Array of points that defines the line strip in the given order.

Color

The color of the line strip given as RGBA.