DistortionMesh.none constructor

DistortionMesh.none()

No distortion (flat).

Implementation

factory DistortionMesh.none() => DistortionMesh(coefficients: const [0, 0]);