Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2c798538
Kaydet (Commit)
2c798538
authored
May 21, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "fTools::getSmallValue() is not used anymore"
to fix the build This reverts commit
ce7d80c6
.
üst
06cb0e6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
ftools.hxx
include/basegfx/numeric/ftools.hxx
+4
-1
No files found.
include/basegfx/numeric/ftools.hxx
Dosyayı görüntüle @
2c798538
...
@@ -151,10 +151,13 @@ namespace basegfx
...
@@ -151,10 +151,13 @@ namespace basegfx
class
BASEGFX_DLLPUBLIC
fTools
class
BASEGFX_DLLPUBLIC
fTools
{
{
public
:
public
:
/// Get threshold value for equalZero and friends
static
double
getSmallValue
()
{
return
0.000000001
f
;
}
/// Compare against small value
/// Compare against small value
static
bool
equalZero
(
const
double
&
rfVal
)
static
bool
equalZero
(
const
double
&
rfVal
)
{
{
return
(
fabs
(
rfVal
)
<=
0.000000001
f
);
return
(
fabs
(
rfVal
)
<=
getSmallValue
()
);
}
}
/// Compare against given small value
/// Compare against given small value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment