A newer version of Max is available. Click here to access the latest version of this document.

jit.dimmap

Remap and/or invert matrix dimensions

Description

The jit.dimmap object allows the remapping and/or inversion of matrix dimensions. Somewhat similar to the jit.transpose object, however any dimension may be mapped to any other dimension as well as inverted. Note that the input to output map may not contain any duplicates. Redundant dimensions of size 1 may be inserted by using a map value of -1 at the corresponding dimension index.

Matrix Operator

matrix inputs:1, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 0 0 0 1 1 char long float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Attributes

Name Type g/s Description
invert int Invert dimension flag array (default = all zero)
map int Input to output dimension map (default = 0 1 2 ... 31)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.matrix The Jitter Matrix!
jit.transpose Calculate the transpose of a matrix