MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / isDynamic

Method isDynamic

Simulation/Constraints.cpp:2723–2726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2721}
2722
2723bool PBD::DirectPositionBasedSolverForStiffRodsConstraint::RodSegmentImpl::isDynamic()
2724{
2725 return 0 != (m_model.getRigidBodies())[m_segmentIdx]->getMass();
2726}
2727
2728Real PBD::DirectPositionBasedSolverForStiffRodsConstraint::RodSegmentImpl::Mass()
2729{

Callers 4

initNodesMethod · 0.80
getMassMatrixMethod · 0.80
factorMethod · 0.80
solveMethod · 0.80

Calls 1

getMassMethod · 0.80

Tested by

no test coverage detected