コード例 #1
0
void HuntCrossleyForce::constructProperties()
{
    constructProperty_contact_parameters(ContactParametersSet());
    constructProperty_transition_velocity(0.01);
}
コード例 #2
0
void ElasticFoundationForce::constructProperties()
{
	constructProperty_contact_parameters(ContactParametersSet());
	constructProperty_transition_velocity(0.01);
}