OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::gapi::own::Point3f Class Reference

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

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

◆ y

◆ z


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