.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

/*
COPYRIGHT (C) 2018
BY ATA ENGINEERING, INC.
ALL RIGHTS RESERVED
*/
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-12-19T19:13:55Z by OpenModelicaOpenModelica 1.26.0 using GenerateDoc.mos