mpsscaletransform(3) mojave man page | unix.com

Man Page: mpsscaletransform

Operating Environment: mojave

Section: 3

MPSScaleTransform(3)					 MetalPerformanceShaders.framework				      MPSScaleTransform(3)

NAME
MPSScaleTransform
SYNOPSIS
#include <MPSCoreTypes.h> Public Attributes double scaleX double scaleY double translateX double translateY Detailed Description Transform matrix for explict control over resampling in MPSImageLanczosScale. The MPSScaleTransform is equivalent to: (CGAffineTransform) { .a = scaleX, .b = 0, .c = 0, .d = scaleY, .tx = translateX, .ty = translateY } Member Data Documentation double MPSScaleTransform::scaleX horizontal scaling factor double MPSScaleTransform::scaleY vertical scaling factor double MPSScaleTransform::translateX horizontal translation double MPSScaleTransform::translateY vertical translation Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSScaleTransform(3)
Related Man Pages
mpscnnupsamplinggradient(3) - mojave
mpscnnupsamplingbilinearnode(3) - mojave
mpscnnupsamplingbilineargradientnode(3) - mojave
mpscnnupsamplingnearestgradientnode(3) - mojave
mpscoretypes.h(3) - mojave
Similar Topics in the Unix Linux Community
12-Core MacPro (2013) kernel_task over 1200%
UNIX tool on MacOS that can increase resolution of a file
Cannot extract libraries using sed
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.