|
|
|
These are the functions which can be called on a DistanceData object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
setYMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min distance on the Y axis.
|
|
|
|
|
|
|
|
setZMinMax:
|
|
|
|
Arguments:
|
|
|
|
float, float
|
|
|
|
Usage:
|
|
|
|
min, max
|
|
|
|
Notes:
|
|
|
|
Sets the min and max distances on the Z axis.
|
|
|
|
|
|
|
|
setYMax:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
max
|
|
|
|
Notes:
|
|
|
|
Sets the max distance on the Y axis.
|
|
|
|
|
|
|
|
setXMinMax:
|
|
|
|
Arguments:
|
|
|
|
float, float
|
|
|
|
Usage:
|
|
|
|
min, max
|
|
|
|
Notes:
|
|
|
|
Sets the min and max distances 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.
|
|
|
|
|
|
|
|
setXMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min distance on the X axis.
|
|
|
|
|
|
|
|
setZMax:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
max
|
|
|
|
Notes:
|
|
|
|
Sets the max distance on the Z axis.
|
|
|
|
|
|
|
|
setHorizontalMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min distance on the horizontal axis.
|
|
|
|
|
|
|
|
setZMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min distance on the Z axis.
|
|
|
|
|
|
|
|
setHorizontalMax:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
max
|
|
|
|
Notes:
|
|
|
|
Sets the max distance on the horizontal axis.
|
|
|
|
|
|
|
|
setAbsoluteMin:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
min
|
|
|
|
Notes:
|
|
|
|
Sets the min distance for all directions combined.
|
|
|
|
|
|
|
|
setAbsoluteMax:
|
|
|
|
Arguments:
|
|
|
|
float
|
|
|
|
Usage:
|
|
|
|
max
|
|
|
|
Notes:
|
|
|
|
Sets the max distance for all directions combined.
|
|
|
|
|