14 ::ll::TypedStorage<4, 4, float> mAzimuthSmoothingStiffness;
15 ::ll::TypedStorage<4, 4, float> mPolarAngleSmoothingStiffness;
16 ::ll::TypedStorage<4, 4, float> mDistanceSmoothingStiffness;
17 ::ll::TypedStorage<4, 4, float> mPolarAngleMin;
18 ::ll::TypedStorage<4, 4, float> mPolarAngleMax;
19 ::ll::TypedStorage<4, 4, float> mYawAngleMin;
20 ::ll::TypedStorage<4, 4, float> mYawAngleMax;
21 ::ll::TypedStorage<4, 4, float> mRadius;
22 ::ll::TypedStorage<1, 1, bool> mInvertXInput;
23 ::ll::TypedStorage<1, 1, bool> mInvertYInput;
24 ::ll::TypedStorage<4, 12, ::Spherical> mCurrentSpherical;
25 ::ll::TypedStorage<4, 12, ::Spherical> mIdealSpherical;
26 ::ll::TypedStorage<4, 4, float> mAzimuthVelocity;
27 ::ll::TypedStorage<4, 4, float> mPolarAngleVelocity;
28 ::ll::TypedStorage<4, 4, float> mDistanceVelocity;
29 ::ll::TypedStorage<4, 4, float> mDistanceConstraint;