33 #ifndef DART_COLLISION_RAYCASTOPTION_HPP_
34 #define DART_COLLISION_RAYCASTOPTION_HPP_
45 RaycastOption(
bool enableAllHits =
false,
bool sortByClosest =
false);
Definition: BulletCollisionDetector.cpp:65
Definition: RaycastOption.hpp:43
bool mEnableAllHits
Definition: RaycastOption.hpp:47
RaycastOption(bool enableAllHits=false, bool sortByClosest=false)
Constructor.
Definition: RaycastOption.cpp:39
bool mSortByClosest
Definition: RaycastOption.hpp:49