feat: Compute centre of mass on wings
This commit is contained in:
parent
e23cb5cc47
commit
aba1ce0f3e
|
@ -148,6 +148,7 @@ class Parameters(Model):
|
|||
"wing-depth": bbox.ylen,
|
||||
"wing-height": bbox.zlen,
|
||||
"wing-mass": a.total_mass(),
|
||||
"wing-centre-of-mass": a.centre_of_mass().toTuple(),
|
||||
"items": Item.count(a),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue