initial commit
This commit is contained in:
19
engine/Math/Scalar.h
Normal file
19
engine/Math/Scalar.h
Normal file
@ -0,0 +1,19 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Author: Gero Mueller <gero.mueller@cloo.de>
|
||||
// Copyright: (c) 2006 Gero Mueller
|
||||
// License: MIT License
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#ifndef BLUECORE_COMMON_H
|
||||
#define BLUECORE_COMMON_H
|
||||
|
||||
namespace BlueCore
|
||||
{
|
||||
/* Scalar defines the default floating point type */
|
||||
typedef double Scalar;
|
||||
|
||||
const Scalar Pi = 3.141592653589793;
|
||||
|
||||
} // namespace bc
|
||||
|
||||
#endif // BLUECORE_COMMON_H
|
Reference in New Issue
Block a user