FemtoScan Wiki

[[en:processing:protractor]]

Trace:

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:processing:protractor [2012/03/14 15:34]
en:processing:protractor [2012/03/14 15:34] (current)
Line 1: Line 1:
 +===== Measuring Angles =====
  
 +Instrument for measuring angles between segments in //XY// plane - protractor - is in the [[image_toolbar|Image toolbar]]:
 +
 +{{:​processing:​angle_1.jpg|}}
 +
 +It allows you to measure the angle between two vectors, which were consistently set with the mouse on the image.
 +Press the left mouse button to specify the beginning of the first segment, holding the mouse button draw a line segment to the end point of the first vector. Similarly, specify the second vector. Beginnings of the vectors will be shown in red, and the ends in green.
 +
 +Immediately after you have built the second vector, the measured angle will be displayed on the image:
 +
 +{{:​processing:​angle_2.jpg|}}
 +
 +If you want to save this value to the clipboard, use functions [[..:​edit:​copy_text|Copy text]] or [[..:​edit:​add_text|Add text]].
 +
 +Once you select a starting point for the next run, the measured values ​​will be lost.