Module gr_cross_product


Name:
gr_cross_product - a GRToolbox module
Description:
Calculates the 3D cross product and adds the
and adds the coordinates at the end of each line.
Synopsis:
-[d1 d2 cut unith o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-d1 int Vector 1 first coordinate (Default: 0).
-d2 int Vector 2 first coordinate (Default: d1+3).
-cut If flag is set, only the vector product will be printed.
-unit Normalize to unit vectors.
Example Input Data:
0 0 1 1 0 0
0 1 0 1 0 0
0 1 0 2 0 0
0 1 0 3 0 0
Example Output Data:
0 0 1 1 0 0 0 1 0
0 1 0 1 0 0 0 0 -1
0 1 0 2 0 0 0 0 -2
0 1 0 3 0 0 0 0 -3



Back to List of all GR Modules.