My Project
Loading...
Searching...
No Matches
compass.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "image.h"
4
5
class
Compass
:
public
Image{
6
private
:
7
static
const
float
RAD_2_G;
8
static
const
float
RADIUS;
9
10
int
cell;
11
PointF
cellCenter;
12
13
PointF
lastScroll;
14
15
public
:
16
Compass
(
int
cell);
17
18
virtual
void
update
();
19
};
Compass::update
virtual void update()
Definition
compass.cpp:26
Compass::Compass
Compass(int cell)
Definition
compass.cpp:12
PointF
glm::vec2 PointF
Definition
define.h:7
pd
compass.h
Generated by
1.13.2