namespace fix
This commit is contained in:
parent
8e7a8c6432
commit
e5f8d73e19
5
Angle.h
5
Angle.h
@ -5,6 +5,8 @@
|
|||||||
#ifndef ANGLE_H
|
#ifndef ANGLE_H
|
||||||
#define ANGLE_H
|
#define ANGLE_H
|
||||||
|
|
||||||
|
namespace Passer {
|
||||||
|
|
||||||
template <typename T> class Angle2 {
|
template <typename T> class Angle2 {
|
||||||
public:
|
public:
|
||||||
Angle2(){};
|
Angle2(){};
|
||||||
@ -52,4 +54,7 @@ public:
|
|||||||
static float SineRuleAngle(float a, float beta, float c);
|
static float SineRuleAngle(float a, float beta, float c);
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
} // namespace Passer
|
||||||
|
using namespace Passer;
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user