Class Math.Constants
Inheritance
Math.Constants
Syntax
public static class Constants
Fields
Eps
Declaration
public const float Eps = 1.1920929E-07F
Field Value
Properties
Max3F
Declaration
public static float3 Max3F { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Max4F
Declaration
public static float4 Max4F { get; }
Property Value
Type |
Description |
Unity.Mathematics.float4 |
|
Min3F
Declaration
public static float3 Min3F { get; }
Property Value
Type |
Description |
Unity.Mathematics.float3 |
|
Min4F
Declaration
public static float4 Min4F { get; }
Property Value
Type |
Description |
Unity.Mathematics.float4 |
|
One4F
Declaration
public static float4 One4F { get; }
Property Value
Type |
Description |
Unity.Mathematics.float4 |
|