ActiveLib
Loading...
Searching...
No Matches
Rotation.h
1
6#ifndef ACTIVE_GEOMETRY_ROTATION
7#define ACTIVE_GEOMETRY_ROTATION
8
9namespace active::geometry {
10
12 enum class Rotation {
13 clockwise,
15 };
16
17}
18
19#endif //ACTIVE_GEOMETRY_ROTATION
Definition Anchor2D.h:11
Rotation
Arc direction of travel.
Definition Rotation.h:12
@ anticlockwise
Anti-clockwise direction.
@ clockwise
Clockwise direction.