6 lines
153 B
C++
Executable file
6 lines
153 B
C++
Executable file
#include "BTDecorator_InRangeBB.h"
|
|
|
|
UBTDecorator_InRangeBB::UBTDecorator_InRangeBB() {
|
|
this->GeometricDistanceType = FAIDistanceType::Distance3D;
|
|
}
|
|
|