toDirectional method
Converts this to a directional gradient angle.
Returns: A DirectionalGradientAngle based on this angle.
Implementation
DirectionalGradientAngle toDirectional() {
return DirectionalGradientAngle(angle);
}
Converts this to a directional gradient angle.
Returns: A DirectionalGradientAngle based on this angle.
DirectionalGradientAngle toDirectional() {
return DirectionalGradientAngle(angle);
}