File point2.h
Go to the source code of this file
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <iosfwd>
#include "mediapipe/framework/deps/mathutil.h"
#include "mediapipe/framework/deps/vector.h"
#include "mediapipe/framework/port/logging.h"
Classes
Type | Name |
---|---|
class | Point2 <typename T> |
Public Types
Type | Name |
---|---|
typedef Point2< uint8_t > | Point2_b |
typedef Point2< double > | Point2_d |
typedef Point2< float > | Point2_f |
typedef Point2< int > | Point2_i |
Public Types Documentation
typedef Point2_b
typedef Point2<uint8_t> Point2_b;
typedef Point2_d
typedef Point2<double> Point2_d;
typedef Point2_f
typedef Point2<float> Point2_f;
typedef Point2_i
typedef Point2<int> Point2_i;
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/deps/point2.h