Open Dev Kit Documentation :: General :: Multi-Dimensional Array
Root.MultiArrayMulti-dimensional array with floating-point indices and interpolation
Functions
- Constructor ( )
- Copy ( Other Multi-Dimensional Array )
- Equal ( Other Multi-Dimensional Array ) Boolean
- Get ( Indices Float Array ) Variant
- Gets value at floating-point indices with interpolation
- Set ( Indices Float Array, Value Variant )
- Sets value at floating-point indices (snaps to nearest slot)
- Clear ( )
- Destroys stored data
- Resize ( )
- Reallocates storage for current Dimensions/Steps/Type
Properties
- Dimensions 2D Vector Array
- Ranges (min=X, max=Y) per dimension
- Steps Float Array
- Step size per dimension (defaults to 1.0 for missing entries)
- Interpolation Standard Transition Curve
- How off-index retrievals are resolved
- Type API Node'
- Element type (e.g. Root.float, Root.int, Root.Variant)
- Size Integer
- Total element count across all dimensions
If you think anything is missing, please feel free to: submit documentation feedback on this page
