Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 571 Bytes

File metadata and controls

32 lines (16 loc) · 571 Bytes

ArcLength

ArcLength(geometric-form)

returns the length of the geometric-form.

See:

Examples

>> ArcLength(Line({{a,b},{c,d},{e,f}}))
Sqrt((a-c)^2+(b-d)^2)+Sqrt((c-e)^2+(d-f)^2)

Implementation status

  • ✅ - full supported

Github