Inline various operators in math types for better performance in Debug builds and better inlining
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
/// <returns>Average arithmetic of all the components</returns>
|
||||
double AverageArithmetic() const
|
||||
{
|
||||
return (X + Y + Z + W) * 0.25f;
|
||||
return (X + Y + Z + W) * 0.25;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user