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

#include "types_c.h"

Public Member Functions

 CvPoint3D32f (float _x=0, float _y=0, float _z=0)
 
template<typename _Tp >
 CvPoint3D32f (const cv::Point3_< _Tp > &pt)
 
template<typename _Tp >
 operator cv::Point3_< _Tp > () const
 

Public Attributes

float x
 
float y
 
float z
 

Constructor & Destructor Documentation

§ CvPoint3D32f() [1/2]

CvPoint3D32f::CvPoint3D32f ( float  _x = 0,
float  _y = 0,
float  _z = 0 
)
inline

§ CvPoint3D32f() [2/2]

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

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: