Skip to content
Snippets Groups Projects

#181 - PCM calculation box center & position based not correct

Merged #181 - PCM calculation box center & position based not correct
All threads resolved!
All threads resolved!
Files
3
/********************************************************************************
* Copyright (c) 2017-2021 ITK Engineering GmbH
*
* 2023 Hexad GmbH
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@@ -25,6 +25,7 @@ XmlAgent::XmlAgent(int id, int agentTypeRef, PCM_ParticipantData *participant) :
momentInertiaYaw(participant->GetIzz()),
frictionCoeff(participant->GetMue()),
trackWidth(participant->GetTrackwidth()),
height(participant->GetHeight()),
distCOGtoLeadingEdge(participant->GetCgfront())
{}
Loading