.DeployStructLib.Examples.Origami.Math.MyCross

Compute the cross product of two vectors and return only the value at the specified index

Information

Copyright © 2018
ATA ENGINEERING, INC.
ALL RIGHTS RESERVED

Interface

function MyCross
  input Real[:] v1, v2;
  input Integer ind "Return value of output vector at index ind";
  output Real result;
end MyCross;

Generated at 2025-04-25T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos