44 return std::sqrt(std::max(
50 float maxSearchRadius = 0.0f;
53 maxSearchRadius = std::max(maxSearchRadius, center.
GetExactDist2d(vertex));
56 maxSearchRadius = std::max(maxSearchRadius, center.
GetExactDist2d(vertex));
58 return maxSearchRadius;
65 return std::sqrt(std::max(
AreaTriggerCreateProperties()
std::vector< Position > SplinePoints
~AreaTriggerCreateProperties()
AreaTriggerScaleCurvePointsTemplate()
AreaTriggerScaleCurveTemplate()
struct AreaTriggerShapeInfo::@189::@193 BoxDatas
struct AreaTriggerShapeInfo::@189::@196 DiskDatas
float GetMaxSearchRadius() const
std::vector< TaggedPosition< Position::XY > > PolygonVertices
struct AreaTriggerShapeInfo::@189::@197 BoundedPlaneDatas
AreaTriggerShapeType Type
std::vector< TaggedPosition< Position::XY > > PolygonVerticesTarget
struct AreaTriggerShapeInfo::@189::@192 SphereDatas
struct AreaTriggerShapeInfo::@189::@191 DefaultDatas
struct AreaTriggerShapeInfo::@189::@195 CylinderDatas
float GetExactDist2d(const float x, const float y) const