testTransformMeshToAbsolute function
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);