mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refactor: Add interface for PBH interpolators
This commit is contained in:
@@ -77,7 +77,7 @@ namespace BlackMisc::Simulation
|
||||
//! \private UNIT tests/ASSERT only
|
||||
const PosArray &getPa() const { return m_pa; }
|
||||
|
||||
CInterpolatorLinearPbh pbh() const { return m_pbh; }
|
||||
const IInterpolatorPbh &pbh() const { return m_pbh; }
|
||||
|
||||
private:
|
||||
PosArray m_pa; //!< current positions array, latest values last
|
||||
|
||||
Reference in New Issue
Block a user