MathUtil

Namespace: WellFired.Guacamole

Description

Public Static Methods

bool NearEqual ( float a, float b )

Breakdown

  • bool NearEqual ( float a, float b )

    Description

    Returns true if a is almost the same value as b, using a d of 0.0001f

    Parameters

    a
    b