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

Detailed Description

A 3D line strip.

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

Public Member Functions

 LineStrip3D ()
 Default constructor. Defines an empty line black line strip. More...
 
 LineStrip3D (int iPntCnt)
 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::Vector3D >^ PntList
 Array of points that defines the line strip in the given order. More...
 

Constructor & Destructor Documentation

Rx::Net::LineStrip3D::LineStrip3D ( )
inline

Default constructor. Defines an empty line black line strip.

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

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

Parameters
iPntCntNumber of points.

Member Data Documentation

Rx::Net::Vector4D Rx::Net::LineStrip3D::Col

The color of the line strip given as RGBA.

array<Rx::Net::Vector3D> ^ Rx::Net::LineStrip3D::PntList

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