Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
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 Types

typedef Rx::Net::Vector4D TColor
 Defines an alias representing the color type. More...
 
typedef Rx::Net::Vector3D TVector
 Defines an alias representing the point type. More...
 

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

TColor Col
 The color of the line strip given as RGBA. More...
 
array< TVector >^ PntList
 Array of points that defines the line strip in the given order. More...
 

Member Typedef Documentation

Defines an alias representing the color type.

Defines an alias representing the point type.

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

TColor Rx::Net::LineStrip3D::Col

The color of the line strip given as RGBA.

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

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