constructor(linear?: LinearVelocity, angular?: AngularVelocity) {
        this.linear = linear;
        this.angular = angular;
    }