CoordConv constructor

CoordConv(
  1. int dimCount,
  2. double dimFill,
  3. bool transposed,
  4. Rect region,
)

Creates a coordinate converter.

Implementation

CoordConv(
  this.dimCount,
  this.dimFill,
  this.transposed,
  this.region,
);