Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
blam
components
core
utils
math
math.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef BLAM
4
#define BLAM
5
#endif
6
10
namespace
Blam::Utils::Math
11
{
21
BLAM
bool
FloatIsInteger
(
float
float_value);
22
}
BLAM
#define BLAM
Definition:
math.h:4
Blam::Utils::Math::FloatIsInteger
BLAM bool FloatIsInteger(float float_value)
Determines whether or not the specified float is a valid integer.
Definition:
math.cpp:5
Blam::Utils::Math
Namespace containing math-related utilities.
Definition:
math.h:10
Generated on Sat Oct 17 2020 12:42:10 for Blamite Game Engine - blam! by
1.8.17