Blamite Game Engine - Blam (Core)
math.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef BLAM
4 #define BLAM
5 #endif
6 
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