These are the functions which can be called on a DistanceData object.







setAbsoluteMax:

    Arguments:

        float

    Usage:

        max

    Notes:

        Sets the max distance for all directions combined.



setHorizontalMax:

    Arguments:

        float

    Usage:

        max

    Notes:

        Sets the max distance on the horizontal axis.



setHorizontalMin:

    Arguments:

        float

    Usage:

        min

    Notes:

        Sets the min distance on the horizontal axis.



setYMax:

    Arguments:

        float

    Usage:

        max

    Notes:

        Sets the max distance on the Y axis.



setZMin:

    Arguments:

        float

    Usage:

        min

    Notes:

        Sets the min distance on the Z axis.



setYMin:

    Arguments:

        float

    Usage:

        min

    Notes:

        Sets the min distance on the Y axis.



setXMinMax:

    Arguments:

        float, float

    Usage:

        min, max

    Notes:

        Sets the min and max distances on the X axis.



setAbsoluteMin:

    Arguments:

        float

    Usage:

        min

    Notes:

        Sets the min distance for all directions combined.



setXMin:

    Arguments:

        float

    Usage:

        min

    Notes:

        Sets the min distance on the X axis.



setXMax:

    Arguments:

        float

    Usage:

        max

    Notes:

        Sets the max distance on the X axis.



setYMinMax:

    Arguments:

        float, float

    Usage:

        min, max

    Notes:

        Sets the min and max distances on the Y axis.



setZMinMax:

    Arguments:

        float, float

    Usage:

        min, max

    Notes:

        Sets the min and max distances on the Z axis.



setZMax:

    Arguments:

        float

    Usage:

        max

    Notes:

        Sets the max distance on the Z axis.



setHorizontalMinMax:

    Arguments:

        float, float

    Usage:

        min, max

    Notes:

        Sets the min and max distances on the horizontal axis.



setAbsoluteMinMax:

    Arguments:

        float, float

    Usage:

        min, max

    Notes:

        Sets the min and max distances for all directions combined.



