Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_fast_math.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2010 Lukáš Tvrdý <lukast.dev@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*
6
* adopted from here http://web.archive.org/web/20090728150504/http://www.snippetcenter.org/en/a-fast-atan2-function-s1868.aspx
7
*/
8
9
10
#ifndef _KIS_IMAGE_FAST_
11
#define _KIS_IMAGE_FAST_
12
13
#include <QtGlobal>
14
15
#include "kritaimage_export.h"
16
20
namespace
KisFastMath
{
21
23
KRITAIMAGE_EXPORT qreal
atan2
(qreal y, qreal x);
24
}
25
26
#endif
KisFastMath
Definition
kis_fast_math.h:20
KisFastMath::atan2
KRITAIMAGE_EXPORT qreal atan2(qreal y, qreal x)
atan2 replacement
Definition
kis_fast_math.cpp:68
libs
image
kis_fast_math.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52