t_matrix_conv_info Struct Reference

Matrix conversion struct. More...

#include <jit.common.h>

Data Fields

long flags
 flags for whether or not to use interpolation, or source/destination dimensions
 
long planemap [JIT_MATRIX_MAX_PLANECOUNT]
 plane mapping
 
long srcdimstart [JIT_MATRIX_MAX_DIMCOUNT]
 source dimension start
 
long srcdimend [JIT_MATRIX_MAX_DIMCOUNT]
 source dimension end
 
long dstdimstart [JIT_MATRIX_MAX_DIMCOUNT]
 destination dimension start
 
long dstdimend [JIT_MATRIX_MAX_DIMCOUNT]
 destination dimension end
 

Detailed Description

Matrix conversion struct.

Used to copy data from one matrix to another with special characteristics.

  Copyright © 2015, Cycling '74