Force.prototype.set = function (x, y, z) {
  Vec3.set(this.vector, 0, x, y, z)
}