Class MDLAnimatedVector3

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

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

    • MDLAnimatedVector3

      public MDLAnimatedVector3()
    • MDLAnimatedVector3

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

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

    • setFloat3

      public void setFloat3​(VectorFloat3 value, double time)
    • setDouble3

      public void setDouble3​(VectorDouble3 value, double time)
    • float3AtTime

      public VectorFloat3 float3AtTime​(double time)
    • double3AtTime

      public VectorDouble3 double3AtTime​(double time)
    • resetWithFloat3Array

      public void resetWithFloat3Array​(VectorFloat3 valuesArray, DoublePtr timesArray, long count)
    • resetWithDouble3Array

      public void resetWithDouble3Array​(VectorDouble3 valuesArray, DoublePtr timesArray, long count)
    • getFloat3Array

      public long getFloat3Array​(VectorFloat3 valuesArray, long maxCount)
    • getDouble3Array

      public long getDouble3Array​(VectorDouble3 valuesArray, long maxCount)