DistancePredicate
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
static absoluteDistance(bounds as Doubles) as DistancePredicate
Parameters:
bounds: DoubleMinMaxBoundsPredicate
Type: DoubleMinMaxBoundsPredicate
Return Type:
DistancePredicate
static create(x as Doubles, y as Doubles, z as Doubles, horizontal as Doubles, absolute as Doubles) as DistancePredicate
Parameters:
horizontal: DoubleMinMaxBoundsPredicate
Type: DoubleMinMaxBoundsPredicate
absolute: DoubleMinMaxBoundsPredicate
Type: DoubleMinMaxBoundsPredicate
Return Type:
DistancePredicate
static horizontalDistance(bounds as Doubles) as DistancePredicate
Parameters:
bounds: DoubleMinMaxBoundsPredicate
Type: DoubleMinMaxBoundsPredicate
Return Type:
DistancePredicate
static verticalDistance(bounds as Doubles) as DistancePredicate
Parameters:
bounds: DoubleMinMaxBoundsPredicate
Type: DoubleMinMaxBoundsPredicate
Return Type:
DistancePredicate
static xyz(x as Doubles, y as Doubles, z as Doubles) as DistancePredicate
Parameters:
Return Type:
DistancePredicate