struct CvPoint3D64f

#include <types_c.h>

struct CvPoint3D64f
{
    // fields

    double x;
    double y;
    double z;
};