OpenCV  3.4.16
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
CvPoint3D32f Struct Reference

#include <opencv2/core/types_c.h>

Public Member Functions

template<typename _Tp >
 operator cv::Point3_< _Tp > () const
 

Public Attributes

float x
 
float y
 
float z
 

Member Function Documentation

◆ operator cv::Point3_< _Tp >()

template<typename _Tp >
CvPoint3D32f::operator cv::Point3_< _Tp > ( ) const
inline

Member Data Documentation

◆ x

float CvPoint3D32f::x

◆ y

float CvPoint3D32f::y

◆ z

float CvPoint3D32f::z

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