mulPos method

void mulPos(
  1. double factor
)

Implementation

void mulPos(double factor) {
  this.pos.mul(factor);
}