Class MDLAnimatedVector4

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • MDLAnimatedVector4

      public MDLAnimatedVector4()
    • MDLAnimatedVector4

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

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

    • 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, DoublePtr timesArray, long count)
    • resetWithDouble4Array

      public void resetWithDouble4Array​(VectorDouble4 valuesArray, DoublePtr timesArray, long count)
    • getFloat4Array

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

      public long getDouble4Array​(VectorDouble4 valuesArray, long maxCount)