Declaration

class func angle(_ angle: CGFloat, toRun run: UnsafeMutablePointer<Int32>, rise: UnsafeMutablePointer<Int32>) -> Bool

Declaration

+ (bool) angle:(CGFloat) angle toRun:(int *) run rise:(int *) rise;

Declaration

angle_toRun_rise_(angle: float, run: int, rise: int) -> bool