Vectors of polygon sides
Overview
Important
Given a polygon with vertices in order, the vector of the side from to is , where is the position vector of .
Important properties
-
The sum of all side vectors of a closed polygon is the zero vector: .
-
Each side vector shows both the length and the direction from one vertex to the next.
-
Side vectors can be used to calculate perimeter, check if a polygon is closed, and find other properties.