CGVector
public extension CGVector
Convenience functions for CGVector.
-
Obtain the squared magnitude of the CGVector
Declaration
Swift
@inlinable var magnitude2: CGFloat { get }
-
Obtain the magnitude of the CGVector
Declaration
Swift
@inlinable var magnitude: CGFloat { get }