Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 471 Bytes

CGFloatExtensions.md

File metadata and controls

18 lines (13 loc) · 471 Bytes

CGFloat Extensions

Properties:

Name Description
abs Absolute of CGFloat value.
ceil Ceil of CGFloat value.
degreesToRadians Radian value of degree input.
floor Floor of CGFloat value.
radiansToDegrees Degree value of radian input.

Methods:

Name Return Description
randomBetween(min: CGFloat, max: CGFloat) CGFloat Random CGFloat between two CGFloat values.