Uses of Class
org.robovm.apple.foundation.VectorShort2
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.metalps |
-
Uses of VectorShort2 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorShort2 Modifier and Type Method Description VectorShort2VectorShort2. setX(short x)VectorShort2VectorShort2. setY(short y) -
Uses of VectorShort2 in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return VectorShort2 Modifier and Type Method Description VectorShort2MPSCustomKernelSourceInfo. getDilationRate()VectorShort2MPSCustomKernelSourceInfo. getKernelOrigin()VectorShort2MPSCustomKernelSourceInfo. getKernelPhase()VectorShort2MPSCustomKernelSourceInfo. getKernelSize()VectorShort2MPSImageKeypointData. getKeypointCoordinate()VectorShort2MPSCustomKernelSourceInfo. getOffset()VectorShort2MPSCustomKernelSourceInfo. getStride()Methods in org.robovm.apple.metalps with parameters of type VectorShort2 Modifier and Type Method Description MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setDilationRate(VectorShort2 dilationRate)MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setKernelOrigin(VectorShort2 kernelOrigin)MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setKernelPhase(VectorShort2 kernelPhase)MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setKernelSize(VectorShort2 kernelSize)MPSImageKeypointDataMPSImageKeypointData. setKeypointCoordinate(VectorShort2 keypointCoordinate)MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setOffset(VectorShort2 offset)MPSCustomKernelSourceInfoMPSCustomKernelSourceInfo. setStride(VectorShort2 stride)Constructors in org.robovm.apple.metalps with parameters of type VectorShort2 Constructor Description MPSCustomKernelSourceInfo(VectorShort2 kernelOrigin, VectorShort2 kernelPhase, VectorShort2 kernelSize, VectorShort2 offset, VectorShort2 stride, VectorShort2 dilationRate, short featureChannelOffset, short featureChannels, short imageArrayOffset, short imageArraySize)MPSImageKeypointData(VectorShort2 keypointCoordinate, float keypointColorValue)