Type alias TransformOptions

TransformOptions: {
    around?: Point;
    rotation?: number;
    scale?: number | Point;
}

Type declaration

  • Optional around?: Point
  • Optional rotation?: number
  • Optional scale?: number | Point

Generated using TypeDoc