Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 25 of 2458) sorted by relevance

12345678910>>...99

/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dtest_atom_styles.cpp91 const double EPSILON = 5.0e-14; variable
800 EXPECT_NEAR(q[GETIDX(1)], -0.5, EPSILON); in TEST_F()
801 EXPECT_NEAR(q[GETIDX(2)], 0.5, EPSILON); in TEST_F()
802 EXPECT_NEAR(q[GETIDX(3)], -1.0, EPSILON); in TEST_F()
803 EXPECT_NEAR(q[GETIDX(4)], 1.0, EPSILON); in TEST_F()
846 EXPECT_NEAR(q[GETIDX(1)], -0.5, EPSILON); in TEST_F()
847 EXPECT_NEAR(q[GETIDX(3)], -1.0, EPSILON); in TEST_F()
861 EXPECT_NEAR(q[GETIDX(1)], -0.5, EPSILON); in TEST_F()
862 EXPECT_NEAR(q[GETIDX(2)], -1.0, EPSILON); in TEST_F()
863 EXPECT_NEAR(q[GETIDX(3)], -0.5, EPSILON); in TEST_F()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/math/
H A DTestFloatUtil01NOUI.java91 testZeroWithEpsilon(i++, true, 0f-EPSILON/2f, EPSILON); in testZeroWithEpsilon()
92 testZeroWithEpsilon(i++, true, 0f+EPSILON/2f, EPSILON); in testZeroWithEpsilon()
98 testZeroWithEpsilon(i++, false, 0f+EPSILON+Float.MIN_VALUE, EPSILON); in testZeroWithEpsilon()
102 dumpTestWE(i++, 1, 0f, 0f+EPSILON-Float.MIN_VALUE, EPSILON); in testZeroWithEpsilon()
103 dumpTestWE(i++, 1, 0f, 0f-EPSILON+Float.MIN_VALUE, EPSILON); in testZeroWithEpsilon()
157 testEqualsWithEpsilon(i++, true, 1f, 1f-EPSILON/2f, EPSILON); in testEqualsWithEpsilon()
158 testEqualsWithEpsilon(i++, true, 1f, 1f+EPSILON/2f, EPSILON); in testEqualsWithEpsilon()
174 dumpTestWE(i++, 1, 1f, 1f+EPSILON-Float.MIN_VALUE, EPSILON); in testEqualsWithEpsilon()
175 dumpTestWE(i++, 1, 1f, 1f-EPSILON+Float.MIN_VALUE, EPSILON); in testEqualsWithEpsilon()
243 testCompareWithEpsilon(i++, 0, 1f, 1f-EPSILON/2f, EPSILON); in test05CompareWithEpsilon()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/block/
H A DBorderArrangementTest.java132 assertEquals(0.0, size.width, EPSILON); in testSizing()
133 assertEquals(0.0, size.height, EPSILON); in testSizing()
139 assertEquals(123.4, size.width, EPSILON); in testSizing()
147 assertEquals(12.3, size.width, EPSILON); in testSizing()
156 assertEquals(22.3, size.width, EPSILON); in testSizing()
165 assertEquals(22.3, size.width, EPSILON); in testSizing()
174 assertEquals(12.3, size.width, EPSILON); in testSizing()
183 assertEquals(22.3, size.width, EPSILON); in testSizing()
192 assertEquals(22.3, size.width, EPSILON); in testSizing()
202 assertEquals(22.3, size.width, EPSILON); in testSizing()
[all …]
H A DGridArrangementTest.java108 assertEquals(90.0, s.width, EPSILON); in testNN()
109 assertEquals(33.0, s.height, EPSILON); in testNN()
122 assertEquals(100.0, s.width, EPSILON); in testFN()
123 assertEquals(33.0, s.height, EPSILON); in testFN()
135 assertEquals(90.0, s.width, EPSILON); in testNF()
148 assertEquals(60.0, s.width, EPSILON); in testRF()
161 assertEquals(60.0, s.width, EPSILON); in testRR()
162 assertEquals(50.0, s.height, EPSILON); in testRR()
174 assertEquals(60.0, s.width, EPSILON); in testRN()
175 assertEquals(33.0, s.height, EPSILON); in testRN()
[all …]
H A DRectangleConstraintTest.java66 assertEquals(s.width, 1.2, EPSILON); in testCalculateConstrainedSize()
67 assertEquals(s.height, 3.4, EPSILON); in testCalculateConstrainedSize()
75 assertEquals(s.width, 1.2, EPSILON); in testCalculateConstrainedSize()
76 assertEquals(s.height, 3.0, EPSILON); in testCalculateConstrainedSize()
84 assertEquals(s.width, 1.2, EPSILON); in testCalculateConstrainedSize()
85 assertEquals(s.height, 9.9, EPSILON); in testCalculateConstrainedSize()
93 assertEquals(s.width, 2.0, EPSILON); in testCalculateConstrainedSize()
102 assertEquals(s.width, 2.0, EPSILON); in testCalculateConstrainedSize()
111 assertEquals(s.width, 1.2, EPSILON); in testCalculateConstrainedSize()
117 assertEquals(s.width, 1.2, EPSILON); in testCalculateConstrainedSize()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/statistics/
H A DHistogramDatasetTest.java63 private static final double EPSILON = 0.0000000001; field in HistogramDatasetTest
73 assertEquals(hd.getYValue(0, 0), 3.0, EPSILON); in testBins()
74 assertEquals(hd.getYValue(0, 1), 3.0, EPSILON); in testBins()
75 assertEquals(hd.getYValue(0, 2), 2.0, EPSILON); in testBins()
76 assertEquals(hd.getYValue(0, 3), 0.0, EPSILON); in testBins()
77 assertEquals(hd.getYValue(0, 4), 1.0, EPSILON); in testBins()
160 assertEquals(4.0, d.getYValue(0, 0), EPSILON); in testAddSeries()
164 assertEquals(5.0, d.getYValue(0, 1), EPSILON); in testAddSeries()
177 assertEquals(1.0, hd.getYValue(0, 0), EPSILON); in testAddSeries2()
221 assertEquals(1.0, d.getYValue(0, 0), EPSILON);
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/xy/
H A DXYSeriesTest.java251 assertEquals(1.0, s1.getMinX(), EPSILON); in testRemove2()
252 assertEquals(6.0, s1.getMaxX(), EPSILON); in testRemove2()
253 assertEquals(1.1, s1.getMinY(), EPSILON); in testRemove2()
254 assertEquals(6.6, s1.getMaxY(), EPSILON); in testRemove2()
258 assertEquals(1.0, s1.getMinX(), EPSILON); in testRemove2()
259 assertEquals(5.0, s1.getMaxX(), EPSILON); in testRemove2()
260 assertEquals(1.1, s1.getMinY(), EPSILON); in testRemove2()
261 assertEquals(5.5, s1.getMaxY(), EPSILON); in testRemove2()
482 assertEquals(1.0, array[0][0], EPSILON); in testToArray()
483 assertEquals(2.0, array[1][0], EPSILON); in testToArray()
[all …]
H A DDefaultIntervalXYDatasetTest.java119 private static final double EPSILON = 0.0000000001; field in DefaultIntervalXYDatasetTest
127 assertEquals(1.0, d.getXValue(0, 0), EPSILON); in testGetXValue()
128 assertEquals(2.0, d.getXValue(0, 1), EPSILON); in testGetXValue()
129 assertEquals(3.0, d.getXValue(0, 2), EPSILON); in testGetXValue()
130 assertEquals(11.0, d.getXValue(1, 0), EPSILON); in testGetXValue()
131 assertEquals(12.0, d.getXValue(1, 1), EPSILON); in testGetXValue()
132 assertEquals(13.0, d.getXValue(1, 2), EPSILON); in testGetXValue()
141 assertEquals(4.0, d.getYValue(0, 0), EPSILON); in testGetYValue()
142 assertEquals(5.0, d.getYValue(0, 1), EPSILON); in testGetYValue()
143 assertEquals(6.0, d.getYValue(0, 2), EPSILON); in testGetYValue()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/metrics2/util/
H A DTestSampleStat.java28 private static final double EPSILON = 1e-42; field in TestSampleStat
36 assertEquals("mean", 0.0, stat.mean(), EPSILON); in testSimple()
38 assertEquals("stddev", 0.0, stat.stddev(), EPSILON); in testSimple()
44 assertEquals("mean", 3.0, stat.mean(), EPSILON); in testSimple()
46 assertEquals("stddev", 0.0, stat.stddev(), EPSILON); in testSimple()
47 assertEquals("min", 3.0, stat.min(), EPSILON); in testSimple()
48 assertEquals("max", 3.0, stat.max(), EPSILON); in testSimple()
52 assertEquals("mean", 2.0, stat.mean(), EPSILON); in testSimple()
55 assertEquals("min", 1.0, stat.min(), EPSILON); in testSimple()
56 assertEquals("max", 3.0, stat.max(), EPSILON); in testSimple()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/metrics2/util/
H A DTestSampleStat.java28 private static final double EPSILON = 1e-42; field in TestSampleStat
36 assertEquals("mean", 0.0, stat.mean(), EPSILON); in testSimple()
38 assertEquals("stddev", 0.0, stat.stddev(), EPSILON); in testSimple()
44 assertEquals("mean", 3.0, stat.mean(), EPSILON); in testSimple()
46 assertEquals("stddev", 0.0, stat.stddev(), EPSILON); in testSimple()
47 assertEquals("min", 3.0, stat.min(), EPSILON); in testSimple()
48 assertEquals("max", 3.0, stat.max(), EPSILON); in testSimple()
52 assertEquals("mean", 2.0, stat.mean(), EPSILON); in testSimple()
55 assertEquals("min", 1.0, stat.min(), EPSILON); in testSimple()
56 assertEquals("max", 3.0, stat.max(), EPSILON); in testSimple()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Test/
H A DTestTransformation.cpp13 const double EPSILON = 1.0;
151 QVERIFY ((differenceMagnitude (s0, m_s0Transformed) < EPSILON)); in testCartesianLinearLinear()
152 QVERIFY ((differenceMagnitude (s1, m_s1Transformed) < EPSILON)); in testCartesianLinearLinear()
153 QVERIFY ((differenceMagnitude (s2, m_s2Transformed) < EPSILON)); in testCartesianLinearLinear()
154 QVERIFY ((differenceMagnitude (g0, m_g0Transformed) < EPSILON)); in testCartesianLinearLinear()
155 QVERIFY ((differenceMagnitude (g1, m_g1Transformed) < EPSILON)); in testCartesianLinearLinear()
156 QVERIFY ((differenceMagnitude (g2, m_g2Transformed) < EPSILON)); in testCartesianLinearLinear()
179 QVERIFY ((differenceMagnitude (s0, m_s0Transformed) < EPSILON)); in testCartesianLinearLog()
180 QVERIFY ((differenceMagnitude (s1, m_s1Transformed) < EPSILON)); in testCartesianLinearLog()
181 QVERIFY ((differenceMagnitude (s2, m_s2Transformed) < EPSILON)); in testCartesianLinearLog()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/general/
H A DDatasetUtilitiesTest.java95 private static final double EPSILON = 0.0000000001; field in DatasetUtilitiesTest
113 EPSILON); in testCalculatePieDatasetTotal()
116 EPSILON); in testCalculatePieDatasetTotal()
119 EPSILON); in testCalculatePieDatasetTotal()
129 assertEquals(1.0, r.getLowerBound(), EPSILON); in testFindDomainBounds()
130 assertEquals(3.0, r.getUpperBound(), EPSILON); in testFindDomainBounds()
150 assertEquals(0.9, r.getLowerBound(), EPSILON); in testFindDomainBounds2()
151 assertEquals(3.1, r.getUpperBound(), EPSILON); in testFindDomainBounds2()
171 assertEquals(1.0, r.getLowerBound(), EPSILON); in testFindDomainBounds3()
172 assertEquals(3.0, r.getUpperBound(), EPSILON); in testFindDomainBounds3()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dfloat_equality_without_abs.rs4 (a - b) < f32::EPSILON in is_roughly_equal()
13 let _ = (a - b) < f32::EPSILON; in main()
14 let _ = a - b < f32::EPSILON; in main()
15 let _ = a - b.abs() < f32::EPSILON; in main()
17 let _ = 1.0 - 2.0 < f32::EPSILON; in main()
19 let _ = f32::EPSILON > (a - b); in main()
20 let _ = f32::EPSILON > a - b; in main()
21 let _ = f32::EPSILON > a - b.abs(); in main()
23 let _ = f32::EPSILON > 1.0 - 2.0; in main()
26 let _ = (a - b).abs() < f32::EPSILON; in main()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/axis/
H A DNumberAxisTest.java142 private static final double EPSILON = 0.0000001; field in NumberAxisTest
153 assertEquals(y1, 95.8333333, EPSILON); in testTranslateJava2DToValue()
155 assertEquals(y2, 95.8333333, EPSILON); in testTranslateJava2DToValue()
157 assertEquals(x1, 58.125, EPSILON); in testTranslateJava2DToValue()
159 assertEquals(x2, 58.125, EPSILON); in testTranslateJava2DToValue()
162 assertEquals(y3, 54.1666667, EPSILON); in testTranslateJava2DToValue()
164 assertEquals(y4, 54.1666667, EPSILON); in testTranslateJava2DToValue()
166 assertEquals(x3, 91.875, EPSILON); in testTranslateJava2DToValue()
168 assertEquals(x4, 91.875, EPSILON); in testTranslateJava2DToValue()
194 assertEquals(axis.getLowerBound(), 0.0, EPSILON); in testAutoRange1() local
[all …]
/dports/java/jcommon/jcommon-1.0.23/src/test/java/org/jfree/ui/
H A DRectangleInsetsTest.java148 private static final double EPSILON = 0.0000001; field in RectangleInsetsTest
170 assertEquals(10.0, adjusted.getX(), EPSILON); in testCreateAdjustedRectangleRelative()
179 assertEquals(10.0, adjusted.getX(), EPSILON); in testCreateAdjustedRectangleRelative()
180 assertEquals(21.6, adjusted.getY(), EPSILON); in testCreateAdjustedRectangleRelative()
189 assertEquals(20.0, adjusted.getY(), EPSILON); in testCreateAdjustedRectangleRelative()
197 assertEquals(10.9, adjusted.getX(), EPSILON); in testCreateAdjustedRectangleRelative()
198 assertEquals(20.0, adjusted.getY(), EPSILON); in testCreateAdjustedRectangleRelative()
216 assertEquals(21.6, adjusted.getY(), EPSILON); in testCreateAdjustedRectangleRelative()
224 assertEquals(10.9, adjusted.getX(), EPSILON); in testCreateAdjustedRectangleRelative()
225 assertEquals(21.6, adjusted.getY(), EPSILON); in testCreateAdjustedRectangleRelative()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfcurve_test.cc31 static const float EPSILON = 1e-7f; variable
73 EXPECT_NEAR(evaluate_fcurve(fcu, 1.25f), 7.0f, EPSILON); in TEST()
74 EXPECT_NEAR(evaluate_fcurve(fcu, 1.50f), 7.0f, EPSILON); in TEST()
89 EXPECT_NEAR(evaluate_fcurve(fcu, 1.25f), 8.5f, EPSILON); in TEST()
90 EXPECT_NEAR(evaluate_fcurve(fcu, 1.50f), 10.0f, EPSILON); in TEST()
91 EXPECT_NEAR(evaluate_fcurve(fcu, 1.75f), 11.5f, EPSILON); in TEST()
108 EXPECT_NEAR(evaluate_fcurve(fcu, 1.50f), 10.0f, EPSILON); in TEST()
160 EXPECT_NEAR(evaluate_fcurve(fcu, 0.75f), 5.5f, EPSILON); in TEST()
161 EXPECT_NEAR(evaluate_fcurve(fcu, 0.50f), 4.0f, EPSILON); in TEST()
169 EXPECT_NEAR(evaluate_fcurve(fcu, 0.75f), 7.0f, EPSILON); in TEST()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/algo/
H A Dbstm_data_similarity_traits.h16 #define EPSILON 0.00001f macro
100 if (p < EPSILON) in kl_div_surf()
101 p = EPSILON; in kl_div_surf()
107 p = 1 - EPSILON; in kl_div_surf()
128 std = EPSILON; in kl_div_app()
157 if (p < EPSILON) in kl_div_surf()
158 p = EPSILON; in kl_div_surf()
164 p = 1 - EPSILON; in kl_div_surf()
210 if (p < EPSILON) in kl_div_surf()
211 p = EPSILON; in kl_div_surf()
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_affine.c103 #define EPSILON 1e-6 macro
117 if (fabs (x) < EPSILON / 2) in art_ftoa()
127 if ((int)floor ((x + EPSILON / 2) < 1)) in art_ftoa()
147 x -= floor (x + EPSILON / 2); in art_ftoa()
204 if (fabs (src[4]) < EPSILON && fabs (src[5]) < EPSILON) in art_affine_to_string()
207 if (fabs (src[1]) < EPSILON && fabs (src[2]) < EPSILON) in art_affine_to_string()
210 if (fabs (src[0] - 1) < EPSILON && fabs (src[3] - 1) < EPSILON) in art_affine_to_string()
245 if (fabs (src[0] - 1) < EPSILON && fabs (src[1]) < EPSILON && in art_affine_to_string()
246 fabs (src[2]) < EPSILON && fabs (src[3] - 1) < EPSILON) in art_affine_to_string()
435 return ((fabs (src[1]) < EPSILON && fabs (src[2]) < EPSILON) || in art_affine_rectilinear()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_affine.c103 #define EPSILON 1e-6 macro
117 if (fabs (x) < EPSILON / 2) in art_ftoa()
127 if ((int)floor ((x + EPSILON / 2) < 1)) in art_ftoa()
147 x -= floor (x + EPSILON / 2); in art_ftoa()
204 if (fabs (src[4]) < EPSILON && fabs (src[5]) < EPSILON) in art_affine_to_string()
207 if (fabs (src[1]) < EPSILON && fabs (src[2]) < EPSILON) in art_affine_to_string()
210 if (fabs (src[0] - 1) < EPSILON && fabs (src[3] - 1) < EPSILON) in art_affine_to_string()
245 if (fabs (src[0] - 1) < EPSILON && fabs (src[1]) < EPSILON && in art_affine_to_string()
246 fabs (src[2]) < EPSILON && fabs (src[3] - 1) < EPSILON) in art_affine_to_string()
435 return ((fabs (src[1]) < EPSILON && fabs (src[2]) < EPSILON) || in art_affine_rectilinear()
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/data/
H A DDataUtilitiesTest.java101 new int[] {0}), EPSILON); in testCalculateColumnTotal2()
103 new int[] {1}), EPSILON); in testCalculateColumnTotal2()
105 new int[] {}), EPSILON); in testCalculateColumnTotal2()
110 new int[] {0}), EPSILON); in testCalculateColumnTotal2()
112 new int[] {1}), EPSILON); in testCalculateColumnTotal2()
118 new int[] {1}), EPSILON); in testCalculateColumnTotal2()
150 new int[] {0}), EPSILON); in testCalculateRowTotal2()
152 new int[] {1}), EPSILON); in testCalculateRowTotal2()
154 new int[] {}), EPSILON); in testCalculateRowTotal2()
159 new int[] {0}), EPSILON); in testCalculateRowTotal2()
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/scriptlib/
H A DFirstFollow.h18 TOKEN_LPAREN, EPSILON, END_OF_TOKENS,
20 TOKEN_ASSIGN, EPSILON, END_OF_TOKENS,
23 TOKEN_COMMA, EPSILON, END_OF_TOKENS,
34 TOKEN_ELSE, EPSILON, END_OF_TOKENS,
46 TOKEN_OR_OP, EPSILON, END_OF_TOKENS,
48 TOKEN_AND_OP, EPSILON, END_OF_TOKENS,
51 TOKEN_EQ_OP, TOKEN_NE_OP, EPSILON, END_OF_TOKENS,
57 TOKEN_ADD, TOKEN_SUB, EPSILON, END_OF_TOKENS,
60 TOKEN_MUL, TOKEN_DIV, TOKEN_MOD, EPSILON, END_OF_TOKENS,
65 TOKEN_COMMA, EPSILON, END_OF_TOKENS,
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DFirstFollow.h18 TOKEN_LPAREN, EPSILON, END_OF_TOKENS,
20 TOKEN_ASSIGN, EPSILON, END_OF_TOKENS,
23 TOKEN_COMMA, EPSILON, END_OF_TOKENS,
34 TOKEN_ELSE, EPSILON, END_OF_TOKENS,
46 TOKEN_OR_OP, EPSILON, END_OF_TOKENS,
48 TOKEN_AND_OP, EPSILON, END_OF_TOKENS,
51 TOKEN_EQ_OP, TOKEN_NE_OP, EPSILON, END_OF_TOKENS,
57 TOKEN_ADD, TOKEN_SUB, EPSILON, END_OF_TOKENS,
60 TOKEN_MUL, TOKEN_DIV, TOKEN_MOD, EPSILON, END_OF_TOKENS,
65 TOKEN_COMMA, EPSILON, END_OF_TOKENS,
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/source/scriptlib/
H A DFirstFollow.h19 /*funcDecl*/ TOKEN_LPAREN, EPSILON, END_OF_TOKENS,
21 /*initializer*/ TOKEN_ASSIGN, EPSILON, END_OF_TOKENS,
24 /*param_list2*/ TOKEN_COMMA, EPSILON, END_OF_TOKENS,
35 /*opt_else*/ TOKEN_ELSE, EPSILON, END_OF_TOKENS,
51 /*log_or_expr2*/ TOKEN_OR_OP, EPSILON, END_OF_TOKENS,
53 /*log_and_expr2*/ TOKEN_AND_OP, EPSILON, END_OF_TOKENS,
55 /*bit_or_expr2*/ TOKEN_BITWISE_OR, EPSILON, END_OF_TOKENS,
57 /*xor_expr2*/ TOKEN_XOR, EPSILON, END_OF_TOKENS,
59 /*bit_and_expr2*/TOKEN_BITWISE_AND, EPSILON, END_OF_TOKENS,
71 /*add_expr2*/ TOKEN_ADD, TOKEN_SUB, EPSILON, END_OF_TOKENS,
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Daffine.h140 bool isIdentity(Coord eps = EPSILON) const;
142 bool isTranslation(Coord eps = EPSILON) const;
143 bool isScale(Coord eps = EPSILON) const;
144 bool isUniformScale(Coord eps = EPSILON) const;
145 bool isRotation(Coord eps = EPSILON) const;
146 bool isHShear(Coord eps = EPSILON) const;
147 bool isVShear(Coord eps = EPSILON) const;
150 bool isNonzeroScale(Coord eps = EPSILON) const;
158 bool isZoom(Coord eps = EPSILON) const;
159 bool preservesArea(Coord eps = EPSILON) const;
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Daffine.h140 bool isIdentity(Coord eps = EPSILON) const;
142 bool isTranslation(Coord eps = EPSILON) const;
143 bool isScale(Coord eps = EPSILON) const;
144 bool isUniformScale(Coord eps = EPSILON) const;
145 bool isRotation(Coord eps = EPSILON) const;
146 bool isHShear(Coord eps = EPSILON) const;
147 bool isVShear(Coord eps = EPSILON) const;
150 bool isNonzeroScale(Coord eps = EPSILON) const;
158 bool isZoom(Coord eps = EPSILON) const;
159 bool preservesArea(Coord eps = EPSILON) const;
[all …]

12345678910>>...99