| 1513 | void CPHShell::SetSmall() { CPHCollideValidator::SetClassSmall(*this); } |
| 1514 | |
| 1515 | void CPHShell::SetIgnoreSmall() { CPHCollideValidator::SetClassSmallNotCollide(*this); } |
| 1516 | void CPHShell::CutVelocity(float l_limit, float a_limit) |
| 1517 | { |
| 1518 | ELEMENT_I i, e; |
no outgoing calls
no test coverage detected