Contents

invertedClip(_:to:result:)

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

Declaration

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

See Also

Clipping Operations