Raytrix Light Field SDK  5.0
Rx::LFR::ParticleDetection::SEllipses2D Struct Reference

Detailed Description

An 2D ellipses.

Inherited by Rx::LFR::ParticleDetection::SEllipses3D.

Public Member Functions

void Reset ()
 Resets the 2D ellipses. More...
 

Public Attributes

double dCenterX
 The x value of the center. More...
 
double dCenterY
 The y value of the center. More...
 
double dDir1X
 The first axis direction x position. More...
 
double dDir1Y
 The first axis direction x position. More...
 
double dDir2X
 The second axis direction x position. More...
 
double dDir2Y
 The second axis direction y position. More...
 
double dRadius1
 The semi-minor axis radius. More...
 
double dRadius2
 The semi-major axis radius. More...
 

Member Function Documentation

◆ Reset()

void Rx::LFR::ParticleDetection::SEllipses2D::Reset ( )
inline

Resets the 2D ellipses.

Member Data Documentation

◆ dCenterX

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterX

The x value of the center.

◆ dCenterY

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterY

The y value of the center.

◆ dDir1X

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1X

The first axis direction x position.

◆ dDir1Y

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1Y

The first axis direction x position.

◆ dDir2X

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2X

The second axis direction x position.

◆ dDir2Y

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2Y

The second axis direction y position.

◆ dRadius1

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius1

The semi-minor axis radius.

◆ dRadius2

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius2

The semi-major axis radius.