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
20namespace KisFastMath {
21
23 KRITAIMAGE_EXPORT qreal atan2(qreal y, qreal x);
24}
25
26#endif
KRITAIMAGE_EXPORT qreal atan2(qreal y, qreal x)
atan2 replacement