All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_distance_filter.h File Reference

Specifies distance filter. More...

Namespaces

 kanzi
 

Functions

kzsError kzuDistanceFilterCreate (kanzi::Domain *domain, kanzi::ObjectSourceSharedPtr input, kanzi::string_view name, kanzi::Node3D *object, const kzFloat maxDistance, kzBool isExclusive, struct KzuObjectSource **out_objectSource)
 Creates distance filter. More...
 

Detailed Description

Specifies distance filter.

Distance filter accepts or rejects objects that are within given range from specified object.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsError kzuDistanceFilterCreate ( kanzi::Domain domain,
kanzi::ObjectSourceSharedPtr  input,
kanzi::string_view  name,
kanzi::Node3D object,
const kzFloat  maxDistance,
kzBool  isExclusive,
struct KzuObjectSource **  out_objectSource 
)

Creates distance filter.

All objects that are nearer than given maxDistance from given object are either accepted or rejected depending on whether isExclusive is set or not.