Function
GSDistanceOfPointFromRect(_:_:_:) GSDistanceOfPointFromRectGSDistanceOfPointFromRect
Declaration
func GSDistanceOfPointFromRect(_ point: NSPoint, _ rect: NSRect, _ angle: CGFloat) -> CGFloatDeclaration
CGFloat GSDistanceOfPointFromRect(NSPoint point, NSRect rect, CGFloat angle);Declaration
GSDistanceOfPointFromRect(point: NSPoint, rect: NSRect, angle: float) -> float