Margin rectified
This commit is contained in:
parent
f735178a41
commit
cd5e32225e
@ -26,7 +26,7 @@
|
||||
\setlength{\topmargin}{-30pt} % Pas de marge en haut
|
||||
\setlength{\headheight}{13pt} % Haut de page
|
||||
\setlength{\headsep}{10pt} % Entre le haut de page et le texte
|
||||
\setlength{\footskip}{0.4cm} % Bas de page + séparation
|
||||
\setlength{\footskip}{0.8cm} % Bas de page + séparation
|
||||
\setlength{\textheight}{24.5cm} % Hauteur de la zone de texte (25cm)
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
\include{chapters/productSpecification}
|
||||
\include{chapters/productDescription}
|
||||
%\include{chapters/tests}
|
||||
\include{chapters/technicalConclusion}
|
||||
|
||||
|
||||
\part{Project Management}
|
||||
|
||||
|
@ -1,21 +1,21 @@
|
||||
\subsection{junctions}
|
||||
\subsection{Junctions}
|
||||
|
||||
The last step to complete is to mesh the junctions.
|
||||
A junction is a point of a skeleton where more than 2 branches join. The process that consists in meshing this portion of the skeleton is complex. In fact it needs to be applicable on multiple cases, for instance 3 or 4 branches (see Figure \ref{junction}, and to take into account that the perfect case will not always be there.
|
||||
|
||||
\begin{figure}[h!]
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{img/Junctions3}
|
||||
\includegraphics[scale=0.5]{img/Junctions3}
|
||||
\caption{\label{junction}Junction of three splines}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
In the figure \ref{junction1} you can see how must be the theoretical case that we must have with a perfect skeleton. You can see the sphere that is share between the three splines that join in this junction, and the three characteristic circles associated, those circles join by pairs in one point.
|
||||
In the figure \ref{junction1} you can see how must be the theoretical case that we should have with a perfect skeleton. You can see the sphere shared with the three splines that join in this junction, and the three characteristic circles associated. Those circles by pairs join together in one point.
|
||||
|
||||
\begin{figure}[h!]
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{img/JunctionTheory}
|
||||
\caption{\label{junction1}Junction of three splines}
|
||||
\includegraphics[scale=0.5]{img/JunctionTheory}
|
||||
\caption{\label{junction1}Theory case with perfect characteristic circles}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
@ -25,7 +25,8 @@ To be able to do it the first step is to cut the circles in two parts to find th
|
||||
|
||||
\begin{figure}[h!]
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.2]{img/Junctions5}
|
||||
\caption{\label{junction2}Junction of three splines}
|
||||
\includegraphics[scale=0.5]{img/Junctions2}
|
||||
\caption{\label{junction2}Plane that cut the circles in two}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\end{figure}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user