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

Detailed Description

An 3D ellipses, that inherits all properties of a 2D ellipses and extends it with a 3D position.

Inherits Rx::LFR::ParticleDetection::SEllipses2D.

Public Member Functions

void Reset ()
 Resets the 3D 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...
 
double dVirtualSpaceMM_s_X
 The virtual space position in millimeters of the x coordinate. More...
 
double dVirtualSpaceMM_s_Y
 The virtual space position in millimeters of the y coordinate. More...
 
double dVirtualSpaceMM_s_Z
 The virtual space position in millimeters of the z coordinate. More...
 

Member Function Documentation

◆ Reset()

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

Resets the 3D ellipses.

Member Data Documentation

◆ dCenterX

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

The x value of the center.

◆ dCenterY

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

The y value of the center.

◆ dDir1X

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

The first axis direction x position.

◆ dDir1Y

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

The first axis direction x position.

◆ dDir2X

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

The second axis direction x position.

◆ dDir2Y

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

The second axis direction y position.

◆ dRadius1

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

The semi-minor axis radius.

◆ dRadius2

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

The semi-major axis radius.

◆ dVirtualSpaceMM_s_X

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_X

The virtual space position in millimeters of the x coordinate.

◆ dVirtualSpaceMM_s_Y

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_Y

The virtual space position in millimeters of the y coordinate.

◆ dVirtualSpaceMM_s_Z

double Rx::LFR::ParticleDetection::SEllipses3D::dVirtualSpaceMM_s_Z

The virtual space position in millimeters of the z coordinate.