Type Method
angle(_:withRadius:) angle:withRadius: angle_withRadius_
Declaration
class func angle(_ node: GSNode, withRadius radius: CGFloat) -> CGFloatDeclaration
+ (CGFloat) angle:(GSNode *) node withRadius:(CGFloat) radius;Declaration
angle_withRadius_(node: GSNode, radius: float) -> float