![]() |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
Namespace containing math-related utilities. More...
Functions | |
BLAM bool | FloatIsInteger (float float_value) |
Determines whether or not the specified float is a valid integer. More... | |
Namespace containing math-related utilities.
bool Blam::Utils::Math::FloatIsInteger | ( | float | float_value | ) |
Determines whether or not the specified float is a valid integer.
Will return false if the float value is more than 0.00001 away from an even number.
float_value | - The float to evaluate. |
true
if the float in an integer, false
if it is not.