Class MDLAnimatedVector4

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MDLAnimatedVector4
    extends MDLAnimatedValue
    Since:
    Available in iOS 11.0 and later.
    • Constructor Detail

      • MDLAnimatedVector4

        public MDLAnimatedVector4()
      • MDLAnimatedVector4

        protected MDLAnimatedVector4​(NSObject.Handle h,
                                     long handle)
    • Method Detail

      • setFloat4

        public void setFloat4​(VectorFloat4 value,
                              double time)
      • setDouble4

        public void setDouble4​(VectorDouble4 value,
                               double time)
      • float4AtTime

        public VectorFloat4 float4AtTime​(double time)
      • double4AtTime

        public VectorDouble4 double4AtTime​(double time)
      • resetWithFloat4Array

        public void resetWithFloat4Array​(VectorFloat4 valuesArray,
                                         org.robovm.rt.bro.ptr.DoublePtr timesArray,
                                         long count)
      • resetWithDouble4Array

        public void resetWithDouble4Array​(VectorDouble4 valuesArray,
                                          org.robovm.rt.bro.ptr.DoublePtr timesArray,
                                          long count)
      • getFloat4Array

        public long getFloat4Array​(VectorFloat4 valuesArray,
                                   long maxCount)
      • getDouble4Array

        public long getDouble4Array​(VectorDouble4 valuesArray,
                                    long maxCount)