Searched refs:allowable_detection_distance_ (Results 1 – 2 of 2) sorted by relevance
44 allowable_detection_distance_(Square(kInitialDistance)) { in TrackedObject()108 allowable_detection_distance_ *= 1.1f; in UpdatePosition()159 allowable_detection_distance_ = Square(kInitialDistance); in OnDetection()
131 return allowable_detection_distance_; in GetAllowableDistanceSquared()165 float allowable_detection_distance_; variable