mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
124 files changed.
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
return (T)(A + Alpha * (B - A));
|
||||
}
|
||||
|
||||
static FORCEINLINE float Loge(float Value) { return logf(Value); }
|
||||
|
||||
template< class T >
|
||||
static constexpr FORCEINLINE T Max(const T A, const T B)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user