Point2D Struct Reference

#include <VisionX/components/image_processor/OpenPoseEstimation/_LegacyOpenPoseEstimation/KeypointManager.h>

Public Member Functions

bool isnan () const
 
 Point2D ()
 
 Point2D (float x, float y)
 

Public Attributes

float _x = NAN
 
float _y = NAN
 

Detailed Description

Definition at line 43 of file KeypointManager.h.

Constructor & Destructor Documentation

◆ Point2D() [1/2]

Point2D ( )
inline

Definition at line 45 of file KeypointManager.h.

◆ Point2D() [2/2]

Point2D ( float  x,
float  y 
)
inline

Definition at line 51 of file KeypointManager.h.

Member Function Documentation

◆ isnan()

bool isnan ( ) const
inline

Definition at line 61 of file KeypointManager.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ _x

float _x = NAN

Definition at line 58 of file KeypointManager.h.

◆ _y

float _y = NAN

Definition at line 59 of file KeypointManager.h.


The documentation for this struct was generated from the following file: