OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
cv::gapi::own::Point3f Class Reference

#include <opencv2/gapi/own/types.hpp>

Collaboration diagram for cv::gapi::own::Point3f:

Public Member Functions

 Point3f ()=default
 
 Point3f (float _x, float _y, float _z)
 

Public Attributes

float x = 0.f
 
float y = 0.f
 
float z = 0.f
 

Constructor & Destructor Documentation

◆ Point3f() [1/2]

cv::gapi::own::Point3f::Point3f ( )
default

◆ Point3f() [2/2]

cv::gapi::own::Point3f::Point3f ( float  _x,
float  _y,
float  _z 
)
inline

Member Data Documentation

◆ x

float cv::gapi::own::Point3f::x = 0.f

◆ y

float cv::gapi::own::Point3f::y = 0.f

◆ z

float cv::gapi::own::Point3f::z = 0.f

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