quadrilateral

In geometry, a quadrilateral is a four-sided polygon, having four edges and four vertices.

\documentclass[margin={6cm 0cm}]{standalone}
\usepackage{tikz}
%
\begin{document}
\begin{tikzpicture}
    \draw [very thick] (1,0) -- (2,2) -- (5,2) -- (0,5) -- cycle;
\end{tikzpicture}
\hspace{1cm}
\begin{tikzpicture}
    \draw [very thick] (0,0) -- (4,2) -- (4,5) -- (0,5) -- cycle; 
\end{tikzpicture}
\hspace{1cm}
\begin{tikzpicture}
    \draw [very thick] (2,0) -- (5,4) -- (4,5) -- (0,2) -- cycle;
\end{tikzpicture}
\end{document}

A quadrilateral with vertices A,B,C,D would be denoted ABCD.


Quadrilaterals are simple or complex.
Simple quadrilaterals are either concave or convex.


The interior angles of a simple planar quadrilateral sum to 360°.
Formally, for a quadrilateral ABCD,

A+B+C+D=360°

From Latin quadri 'four' and latus 'side'
Also called tetragon, from Greek tetra 'four' and gon 'corner' or 'angle'


Quadrilaterals can be classified by their characteristics:

!Quadrilateral Heirarchy.canvas


Powered by Forestry.md