Home
last modified time | relevance | path

Searched refs:Point2 (Results 1 – 25 of 2387) sorted by relevance

12345678910>>...96

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_normal_octahedron_canonicalized_transform_test.cc26 typedef Transform::Point2 Point2; typedef in __anon9e243e610111::PredictionSchemeNormalOctahedronCanonicalizedTransformTest
97 TestRotateRepresentation(transform, Point2(1, 2), Point2(-3, 1), in TEST_F()
99 TestRotateRepresentation(transform, Point2(-1, -2), Point2(-3, 1), in TEST_F()
101 TestRotateRepresentation(transform, Point2(1, -2), Point2(-3, 1), in TEST_F()
103 TestRotateRepresentation(transform, Point2(-1, 2), Point2(-3, 1), in TEST_F()
106 TestRotateRepresentation(transform, Point2(1, 1), Point2(1, 3), in TEST_F()
108 TestRotateRepresentation(transform, Point2(-1, -2), Point2(1, 3), in TEST_F()
110 TestRotateRepresentation(transform, Point2(-1, 2), Point2(1, 3), in TEST_F()
112 TestRotateRepresentation(transform, Point2(1, -2), Point2(1, 3), in TEST_F()
115 TestRotateRepresentation(transform, Point2(1, 2), Point2(3, -1), in TEST_F()
[all …]
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_normal_octahedron_canonicalized_transform_test.cc26 typedef Transform::Point2 Point2; typedef in __anon8aaefb920111::PredictionSchemeNormalOctahedronCanonicalizedTransformTest
97 TestRotateRepresentation(transform, Point2(1, 2), Point2(-3, 1), in TEST_F()
99 TestRotateRepresentation(transform, Point2(-1, -2), Point2(-3, 1), in TEST_F()
101 TestRotateRepresentation(transform, Point2(1, -2), Point2(-3, 1), in TEST_F()
103 TestRotateRepresentation(transform, Point2(-1, 2), Point2(-3, 1), in TEST_F()
106 TestRotateRepresentation(transform, Point2(1, 1), Point2(1, 3), in TEST_F()
108 TestRotateRepresentation(transform, Point2(-1, -2), Point2(1, 3), in TEST_F()
110 TestRotateRepresentation(transform, Point2(-1, 2), Point2(1, 3), in TEST_F()
112 TestRotateRepresentation(transform, Point2(1, -2), Point2(1, 3), in TEST_F()
115 TestRotateRepresentation(transform, Point2(1, 2), Point2(3, -1), in TEST_F()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_normal_octahedron_canonicalized_transform_test.cc26 typedef Transform::Point2 Point2; typedef in __anon899f20b70111::PredictionSchemeNormalOctahedronCanonicalizedTransformTest
97 TestRotateRepresentation(transform, Point2(1, 2), Point2(-3, 1), in TEST_F()
99 TestRotateRepresentation(transform, Point2(-1, -2), Point2(-3, 1), in TEST_F()
101 TestRotateRepresentation(transform, Point2(1, -2), Point2(-3, 1), in TEST_F()
103 TestRotateRepresentation(transform, Point2(-1, 2), Point2(-3, 1), in TEST_F()
106 TestRotateRepresentation(transform, Point2(1, 1), Point2(1, 3), in TEST_F()
108 TestRotateRepresentation(transform, Point2(-1, -2), Point2(1, 3), in TEST_F()
110 TestRotateRepresentation(transform, Point2(-1, 2), Point2(1, 3), in TEST_F()
112 TestRotateRepresentation(transform, Point2(1, -2), Point2(1, 3), in TEST_F()
115 TestRotateRepresentation(transform, Point2(1, 2), Point2(3, -1), in TEST_F()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp54 struct compute_pythagoras<Point1, Point2, 0, T>
79 typename Point2 = Point1,
88 Point2,
104 Point1, Point2, in apply()
132 typename Point2 = Point1,
179 typename Point2,
193 typename Point2,
263 typename Point2,
277 typename Point2,
328 template <typename Point1, typename Point2>
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Ddeprecated_point2.h74 class Point2
130 inline Point2 ( const Point2 & p) in Point2() function
135 inline Point2 & operator =( const Point2 & p)
156 inline Point2 operator + ( const Point2 & p) const
160 inline Point2 operator - ( const Point2 & p) const
172 inline Point2 & operator += ( const Point2 & p)
178 inline Point2 & operator -= ( const Point2 & p)
338 static Point2 Construct( const Point2<T> & b ) in Construct()
371 inline Point2<T> operator - ( Point2<T> const & p ){
391 inline Point2<T> & Normalize( Point2<T> & p ){ in Normalize()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Ddeprecated_point2.h129 inline Point2 ( Point2 const & p) in Point2() function
134 inline Point2 & operator =( Point2 const & p)
155 inline Point2 operator + ( Point2 const & p) const
159 inline Point2 operator - ( Point2 const & p) const
171 inline Point2 & operator += ( Point2 const & p)
176 inline Point2 & operator -= ( Point2 const & p)
307 static Point2 Construct( const Point2<T> & b ) in Construct()
317 inline T Angle( Point2<T> const & p0, Point2<T> const & p1 ) in Angle()
323 inline Point2<T> operator - ( Point2<T> const & p ){
343 inline Point2<T> & Normalize( Point2<T> & p ){ in Normalize()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp43 typename Point2 = Point1,
54 Point2,
121 typename Point2 = Point1,
172 struct tag<haversine<Point1, Point2, CalculationType> >
179 struct return_type<haversine<Point1, Point2, CalculationType> >
196 typedef haversine<Point1, Point2, CalculationType> this_type;
212 struct get_comparable<haversine<Point1, Point2, CalculationType> >
215 typedef haversine<Point1, Point2, CalculationType> this_type;
228 typedef haversine<Point1, Point2, CalculationType> this_type;
311 template <typename Point1, typename Point2>
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp68 template <typename Point1, typename Point2> in apply()
83 template <typename Point1, typename Point2>
114 template <typename Point1, typename Point2>
131 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
156 Point2,
169 typename Point1, typename Point2,
180 typename Point1, typename Point2,
191 typename Point1, typename Point2,
202 typename Point1, typename Point2,
214 template <typename Point1, typename Point2>
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/
H A Dconvert.cpp20 template <typename Point1, typename Point2>
30 bg::model::box<Point2> in test_mixed_point_types()
37 bg::model::segment<Point2> in test_mixed_point_types()
45 bg::model::linestring<Point2> in test_mixed_point_types()
53 bg::model::ring<Point2> in test_mixed_point_types()
117 bg::model::ring<Point2> in test_mixed_point_types()
135 bg::model::ring<Point2> in test_mixed_point_types()
147 bg::model::box<Point2> in test_mixed_point_types()
171 bg::model::ring<Point2> in test_mixed_point_types()
216 bg::model::polygon<Point2> in test_mixed_point_types()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/disjoint/
H A Dpoint_point.hpp62 template <typename Point1, typename Point2>
77 template <typename Point1, typename Point2>
108 template <typename Point1, typename Point2>
125 Point2 point2_normalized = return_normalized<Point2>(point2); in apply()
144 Point2, in apply()
157 typename Point1, typename Point2,
168 typename Point1, typename Point2,
179 typename Point1, typename Point2,
190 typename Point1, typename Point2,
202 template <typename Point1, typename Point2>
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dparallax_background.h42 Point2 offset;
44 Point2 base_offset;
45 Point2 base_scale;
46 Point2 screen_offset;
48 Point2 limit_begin;
49 Point2 limit_end;
50 Point2 final_offset;
63 Point2 get_scroll_offset() const;
72 Point2 get_scroll_base_scale() const;
75 Point2 get_limit_begin() const;
[all …]

12345678910>>...96