Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::Net::LineStrip2D Struct Reference

Detailed Description

A 2D line strip.

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

Public Member Functions

 LineStrip2D ()
 Default constructor. Defines an empty line black line strip. More...
 
 LineStrip2D (int iPntCnt)
 Constructor. Defines a black line strip with the given amount of points. More...
 
 LineStrip2D (int iPntCnt, Rx::Net::Vector4D xColor)
 Constructor. Defines a black line strip with the given amount of points. More...
 

Public Attributes

Rx::Net::Vector4D Col
 The color of the line strip given as RGBA. More...
 
array< Rx::Net::Vector2D >^ PntList
 Array of points that defines the line strip in the given order. More...
 

Constructor & Destructor Documentation

Rx::Net::LineStrip2D::LineStrip2D ( )
inline

Default constructor. Defines an empty line black line strip.

Rx::Net::LineStrip2D::LineStrip2D ( int  iPntCnt)
inline

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

Parameters
iPntCntNumber of points.
Rx::Net::LineStrip2D::LineStrip2D ( int  iPntCnt,
Rx::Net::Vector4D  xColor 
)
inline

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

Parameters
iPntCntNumber of points.
xColorThe color.

Member Data Documentation

Rx::Net::Vector4D Rx::Net::LineStrip2D::Col

The color of the line strip given as RGBA.

array<Rx::Net::Vector2D> ^ Rx::Net::LineStrip2D::PntList

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