ScaledNoder.withOffests constructor

ScaledNoder.withOffests(
  1. Noder noder,
  2. double scaleFactor,
  3. double offsetX,
  4. double offsetY,
)

Implementation

ScaledNoder.withOffests(
    this.noder, this.scaleFactor, double offsetX, double offsetY) {
  // no need to scale if input precision is already integral
  isScaled = !isIntegerPrecision();
}