16 ::ll::TypedStorage<4, 4, float> mAzimuthSmoothingStiffness;
17 ::ll::TypedStorage<4, 4, float> mPolarAngleSmoothingStiffness;
18 ::ll::TypedStorage<4, 4, float> mDistanceSmoothingStiffness;
19 ::ll::TypedStorage<4, 4, float> mPolarAngleMin;
20 ::ll::TypedStorage<4, 4, float> mPolarAngleMax;
21 ::ll::TypedStorage<4, 4, float> mYawAngleMin;
22 ::ll::TypedStorage<4, 4, float> mYawAngleMax;
23 ::ll::TypedStorage<4, 4, float> mRadius;
24 ::ll::TypedStorage<1, 1, bool> mInvertXInput;
25 ::ll::TypedStorage<1, 1, bool> mInvertYInput;
37 MCAPI static ::std::string_view
const& NAME();