ImuVelocity constructor

const ImuVelocity(
  1. int xVelocity,
  2. int yVelocity,
  3. int zVelocity
)

Implementation

const ImuVelocity(this.xVelocity, this.yVelocity, this.zVelocity);