.CRML.ETL.Utilities.polygonEdgeAngles

Returns the vector of polygon edge angles

Interface

function polygonEdgeAngles
  input Real polygon[:, 2] "Polygon";
  input Real tolerance = 0 "Tolerance";
  output Real alpha[size(polygon, 1)] "Vector of polygon edge angles";
  output Integer n "Number of polygon angles. If -1, the result is undecided";
end polygonEdgeAngles;

Generated at 2026-04-01T18:18:38Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos