characteristic circle

This commit is contained in:
emiliie 2015-03-12 15:08:57 +01:00
parent 4967eb0dac
commit c5c5f901f9
3 changed files with 16 additions and 3 deletions

View File

@ -8,7 +8,7 @@
We spent our first week on the project management, like doing this schedule. \\
At the beginning we did a detailed schedule for the first part of the project, but not for the second part of the project. We just assigned 2 weeks and half to the meshing, and one week to the animation.
\begin{figure}[h!]
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.5]{img/initialSchedule}
\caption{\label{initialSchedule} Initial Schedule}
@ -21,7 +21,7 @@
The integration with the other group was abandoned, as you can see.
We also decided to finally start the report before finishing the second part.
\begin{figure}[h!]
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.5]{img/finalSchedule}
\caption{\label{finalSchedule} Final Schedule}

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1 +1,14 @@
\subsection{Circles}
\subsection{Regular mesh}
At the beginning of this part we have 3D splines. We sample this splines and calculate the characteristic circle associated to each sampled point. Then we match the points between successive circles and use a triangular mesh.
\paragraph{Characteristic circles computation}
We take a point sampled on the spline. It gives us information about the sphere located on this point : C(t) the sphere center coordinates and r(t) its radius. We also have their derivatives : C'(t) and r'(t).
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.5]{img/characteristicCircle}
\caption{\label{initialSchedule} Initial Schedule}
\end{center}
\end{figure}