BuiltinTransformOption constructor

BuiltinTransformOption({
  1. bool? enable = false,
  2. bool? bReset = false,
  3. double? xScaling = 1.0,
  4. double? yScaling = 1.0,
  5. double? xRotation = 0.0,
  6. double? yRotation = 0.0,
  7. double? zRotation = 0.0,
  8. double? xProjection = 0.0,
  9. double? yProjection = 0.0,
})

Constructs a BuiltinTransformOption

Implementation

BuiltinTransformOption(
    {this.enable = false,
    this.bReset = false,
    this.xScaling = 1.0,
    this.yScaling = 1.0,
    this.xRotation = 0.0,
    this.yRotation = 0.0,
    this.zRotation = 0.0,
    this.xProjection = 0.0,
    this.yProjection = 0.0});