# `GSRoundCorner angle:withRadius:`

*Type Method*

## Declaration

```swift
class func angle(_ node: GSNode, withRadius radius: CGFloat) -> CGFloat
```

```objc
+ (CGFloat) angle:(GSNode *) node withRadius:(CGFloat) radius;
```

```python
angle_withRadius_(node: GSNode, radius: float) -> float
```

