toNonDirectional method

GradientAngle toNonDirectional()

Converts this to a non-directional gradient angle.

Returns: A GradientAngle based on this angle.

Implementation

GradientAngle toNonDirectional() {
  return GradientAngle(angle);
}