Class MDLAnimatedVector2

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MDLAnimatedVector2
extends MDLAnimatedValue
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MDLAnimatedVector2

      public MDLAnimatedVector2()
    • MDLAnimatedVector2

      protected MDLAnimatedVector2​(NSObject.Handle h, long handle)
    • MDLAnimatedVector2

      protected MDLAnimatedVector2​(NSObject.SkipInit skipInit)
  • Method Details

    • setFloat2

      public void setFloat2​(VectorFloat2 value, double time)
    • setDouble2

      public void setDouble2​(VectorDouble2 value, double time)
    • float2AtTime

      public VectorFloat2 float2AtTime​(double time)
    • double2AtTime

      public VectorDouble2 double2AtTime​(double time)
    • resetWithFloat2Array

      public void resetWithFloat2Array​(VectorFloat2 valuesArray, DoublePtr timesArray, long count)
    • resetWithDouble2Array

      public void resetWithDouble2Array​(VectorDouble2 valuesArray, DoublePtr timesArray, long count)
    • getFloat2Array

      public long getFloat2Array​(VectorFloat2 valuesArray, long maxCount)
    • getDouble2Array

      public long getDouble2Array​(VectorDouble2 valuesArray, long maxCount)