svgdotjs / svg.js

The lightweight library for manipulating and animating SVG
https://svgjs.dev
Other
11.01k stars 1.07k forks source link

Has it measure angle and distance? #1169

Closed Muslum6300 closed 3 years ago

Muslum6300 commented 3 years ago

Hi, Firstly, thank you for your sharing. Has it measure angle of between two lines same origin and measure distance between two dot? if no, can your add this features please?

thank your again.

Fuzzyma commented 3 years ago

The angle between 2 lines and distance between 2 dots is simple math and you can look it up everywhere on the internet. This feature is not useful to us and won't get added. Every vector library has it though