Contents

invertedClip(_:to:result:)

Calculates a double-precision vector that’s inverted-clipped to the specified range.

Declaration

static func invertedClip<U, V>(_ vector: U, to bounds: ClosedRange<Double>, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == Double

See Also

Clipping Operations