Unravel Engine C# Reference
Loading...
Searching...
No Matches
MathfInternal Struct Reference

Static Public Attributes

static volatile float FloatMinNormal = 1.17549435E-38f
 
static volatile float FloatMinDenormal = float.Epsilon
 
static bool IsFlushToZeroEnabled = FloatMinDenormal == 0f
 

Detailed Description

Definition at line 6 of file Mathf.cs.

Member Data Documentation

◆ FloatMinDenormal

volatile float MathfInternal.FloatMinDenormal = float.Epsilon
static

Definition at line 10 of file Mathf.cs.

◆ FloatMinNormal

volatile float MathfInternal.FloatMinNormal = 1.17549435E-38f
static

Definition at line 8 of file Mathf.cs.

◆ IsFlushToZeroEnabled

bool MathfInternal.IsFlushToZeroEnabled = FloatMinDenormal == 0f
static

Definition at line 12 of file Mathf.cs.


The documentation for this struct was generated from the following file: