Class Math.Constants | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class Math.Constants

    Inheritance
    Object
    Math.Constants
    Namespace: Unity.Physics
    Syntax
    public static class Constants

    Fields

    Eps

    Declaration
    public const float Eps = 1.1920929E-07F
    Field Value
    Type Description
    Single

    Properties

    Max3F

    Declaration
    public static float3 Max3F { get; }
    Property Value
    Type Description
    float3

    Max4F

    Declaration
    public static float4 Max4F { get; }
    Property Value
    Type Description
    float4

    Min3F

    Declaration
    public static float3 Min3F { get; }
    Property Value
    Type Description
    float3

    Min4F

    Declaration
    public static float4 Min4F { get; }
    Property Value
    Type Description
    float4

    One4F

    Declaration
    public static float4 One4F { get; }
    Property Value
    Type Description
    float4
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX