jit.gencoord Evaluates a procedural basis function graph

The jit.gencoord object generates spatial coordinates across a grid. The output matrix will contain coordinate dimensional values in each plane (eg. RGB == XYZ)

Attributes:
Name Type Description
offset float64 list[32] The dimensional offsets to use for generating the spatial grid coordinates (only valid when an input matrix is not attached). (default = 0)
scale float64 list[32] The dimensional scale factors to use for generating the spatial grid coordinates (only valid when an input matrix is not attached). (default = 0)

Example:

See Also:
jit.matrix, jit.bfg