Home
last modified time | relevance | path

Searched defs:Point2f (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/vecmath/src/javax/vecmath/
H A DPoint2f.java41 public class Point2f extends Tuple2f implements java.io.Serializable { class
51 public Point2f(float x, float y) in Point2f() method in Point2f
61 public Point2f(float[] p) in Point2f() method in Point2f
71 public Point2f(Point2f p1) in Point2f() method in Point2f
80 public Point2f(Point2d p1) in Point2f() method in Point2f
91 public Point2f(Tuple2d t1) in Point2f() method in Point2f
102 public Point2f(Tuple2f t1) in Point2f() method in Point2f
111 public Point2f() in Point2f() method in Point2f
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/common/
H A DPoint2f.mm10 @implementation Point2f { implementation in x
55 + (instancetype)fromNative:(cv::Point2f&)point {
59 - (void)update:(cv::Point2f&)point {
68 - (double)dot:(Point2f*)point { argument
H A DRect2f.mm66 - (instancetype)initWithPoint:(Point2f*)point1 point:(Point2f*)point2 { argument
74 - (instancetype)initWithPoint:(Point2f*)point size:(Size2f*)size { argument
114 - (BOOL)contains:(Point2f*)point { argument
H A DMatOfPoint2f.mm36 - (instancetype)initWithArray:(NSArray<Point2f*>*)array {
50 - (void)fromArray:(NSArray<Point2f*>*)array {
H A DMatOfPoint2f.h13 @class Point2f; variable
H A DPoint2f.h24 CV_EXPORTS @interface Point2f : NSObject variable
H A DRotatedRect.mm31 - (instancetype)initWithCenter:(Point2f*)center size:(Size2f*)size angle:(double)angle { argument
H A DSize2f.mm47 - (instancetype)initWithPoint:(Point2f*)point { argument
H A DPoint3f.mm56 - (instancetype)initWithPoint:(Point2f*)point { argument
H A DConverters.mm33 + (Mat*)vector_Point2f_to_Mat:(NSArray<Point2f*>*)pts {
/dports/cad/impact/Impact/src/j3d/
H A DPoint2f.java10 class Point2f { class
13 public Point2f(float x, float y) { in Point2f() method in Point2f
/dports/games/warmux/warmux-11.04/lib/warmux/include/
H A DWARMUX_point.h31 typedef Vector2<float> Point2f; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dopencv_includes.hpp27 using Point2f = gapi::own::Point2f; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/own/
H A Dtypes.hpp36 class Point2f class
40 Point2f(float _x, float _y) : x(_x), y(_y) {}; in Point2f() function in cv::gapi::own::Point2f
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/own/
H A Dgapi_types_tests.cpp30 TEST(Point2f, CreateEmpty) in TEST() argument
38 TEST(Point2f, CreateWithParams) in TEST() argument
/dports/astro/celestia-gtk/celestia-1.6.1/macosx/
H A DCelestiaVector.mm18 {
124 {
/dports/astro/celestia/celestia-1.6.1/macosx/
H A DCelestiaVector.mm18 {
124 {
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dquadsubpix.cpp77 inline void fitCurve2Order(const std::vector<Point2f>& /*points*/, std::vector<float>& /*curve*/) in fitCurve2Order()
82 …nst std::vector<float>& /*curve1*/, const std::vector<float>& /*curve2*/, Point2f& /*cross_point*/) in findCurvesCross() argument
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dpoint.h96 typedef Eigen::Matrix<float ,2,1> Point2f; typedef
H A Ddeprecated_point2.h412 typedef Point2<float> Point2f; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dpoint.h96 typedef Eigen::Matrix<float ,2,1> Point2f; typedef
H A Ddeprecated_point2.h364 typedef Point2<float> Point2f; typedef
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/misc/python/package/gapi/
H A D__init__.py75 class Point2f(): class in GOpaque
126 class Point2f(): class in GArray
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/liblegacy/include/de/
H A Dpoint.h110 typedef struct point2f_s Point2f; typedef
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dsimpleocv.h131 typedef Point_<float> Point2f; typedef

12