31 ::ll::TypedStorage<8, 32, ::RopePoints> mQueuedRenderPoints;
32 ::ll::TypedStorage<4, 12, ::Vec3> mPrevStartPin;
33 ::ll::TypedStorage<4, 12, ::Vec3> mPrevEndPin;
34 ::ll::TypedStorage<4, 12, ::Vec3> mStartPin;
35 ::ll::TypedStorage<4, 12, ::Vec3> mEndPin;
36 ::ll::TypedStorage<8, 8, uint64> mToCutNode;
37 ::ll::TypedStorage<1, 1, bool> mAbandonCollision;
56 ::ll::TypedStorage<8, 96, ::Rope::IntermediateData> mIntermediateData;
57 ::ll::TypedStorage<8, 88, ::RopeParams> mParameters;
58 ::ll::TypedStorage<8, 32, ::RopePoints> mRenderPoints;
59 ::ll::TypedStorage<8, 24, ::std::vector<::RopeNode>> mNodes;
60 ::ll::TypedStorage<8, 24, ::std::vector<::AABBBucket>> mColliderBuckets;
61 ::ll::TypedStorage<8, 24, ::std::vector<::RopeWave>> mWaves;
62 ::ll::TypedStorage<8, 16, ::std::set<::AABB, ::RopeDetails::AABBPred>> mDenyListedColliders;
63 ::ll::TypedStorage<8, 8, uint64> mCutNode;
64 ::ll::TypedStorage<8, 8, uint64> mMinNodes;
80 MCAPI
void _integrate();
82 MCAPI
void _pruneDenyList();
86 MCAPI
float _solveCollisions(
bool checkDenyList);
88 MCAPI
float _solveDistanceConstraints1();
90 MCAPI
float _solveDistanceConstraints3();
92 MCAPI
void initializePins(::std::optional<::RopeParams> parameters);
94 MCAPI
void prepareAABBBucketsForNextFrame();
106 MCAPI
void* $ctor(
::Rope const&);