Numworks Epsilon
1.4.1
Graphing Calculator Operating System
curve_view_cursor.h
Go to the documentation of this file.
1
#ifndef SHARED_CURVE_VIEW_CURSOR_H
2
#define SHARED_CURVE_VIEW_CURSOR_H
3
4
namespace
Shared
{
5
6
class
CurveViewCursor
{
7
public
:
8
CurveViewCursor
();
9
double
x
();
10
double
y
();
11
void
moveTo
(
double
x
,
double
y
);
12
private
:
13
static
double
clipped(
double
f,
bool
canBeInfinite);
14
constexpr
static
double
k_maxFloat = 1E+8;
15
double
m_x;
16
double
m_y;
17
};
18
19
}
20
21
#endif
Shared
Definition:
banner_view.cpp:5
Shared::CurveViewCursor::y
double y()
Definition:
curve_view_cursor.cpp:16
Shared::CurveViewCursor::x
double x()
Definition:
curve_view_cursor.cpp:12
Shared::CurveViewCursor
Definition:
curve_view_cursor.h:6
Shared::CurveViewCursor::moveTo
void moveTo(double x, double y)
Definition:
curve_view_cursor.cpp:20
Shared::CurveViewCursor::CurveViewCursor
CurveViewCursor()
Definition:
curve_view_cursor.cpp:6
epsilon
apps
shared
curve_view_cursor.h
Generated by
1.8.14