toNonDirectional method
Converts this to a non-directional gradient angle.
Returns: A GradientAngle based on this angle.
Implementation
GradientAngle toNonDirectional() {
return GradientAngle(angle);
}
Converts this to a non-directional gradient angle.
Returns: A GradientAngle based on this angle.
GradientAngle toNonDirectional() {
return GradientAngle(angle);
}