comparison: src/mathfunctions.h
src/mathfunctions.h
- changeset 1035
- 8a60250175ba
- parent 1025
- 4949da3fb4b3
- child 1072
- 9ce9496427f2
equal
deleted
inserted
replaced
18 |
18 |
19 #pragma once |
19 #pragma once |
20 #include "main.h" |
20 #include "main.h" |
21 |
21 |
22 |
22 |
23 enum class RotationPoint |
23 enum RotationPoint |
24 { |
24 { |
25 ObjectOrigin, |
25 ObjectOrigin, |
26 WorldOrigin, |
26 WorldOrigin, |
27 CustomPoint, |
27 CustomPoint, |
28 NumValues |
|
29 }; |
28 }; |
30 |
29 |
31 |
30 |
32 class MathFunctions : public HierarchyElement |
31 class MathFunctions : public HierarchyElement |
33 { |
32 { |