testTransformMeshToAbsolute function

  1. @visibleForTesting
List<Point> testTransformMeshToAbsolute(
  1. List<List<double>> lmNorm,
  2. double cx,
  3. double cy,
  4. double size,
  5. double theta,
)

Test-only: exposes the internal mesh-to-absolute transform for unit tests.

Implementation

@visibleForTesting
List<Point> testTransformMeshToAbsolute(
  List<List<double>> lmNorm,
  double cx,
  double cy,
  double size,
  double theta,
) => _transformMeshToAbsolute(lmNorm, cx, cy, size, theta);