Skip to content
Snippets Groups Projects
Commit 3a0c9896 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

mise a jour

parent ecf83cd9
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ HTMLOPTIONS += -t html5 ...@@ -19,7 +19,7 @@ HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/tufte-css/tufte.css HTMLOPTIONS += -c css/tufte-css/tufte.css
HTMLOPTIONS += --self-contained HTMLOPTIONS += --self-contained
all: pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html all: delaunay.pdf pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html
intro.pdf: intro.md metadata.yaml intro.pdf: intro.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^ pandoc $(PDFOPTIONS) -o $@ $^
...@@ -51,6 +51,9 @@ oral.pdf: oral.md metadata.yaml ...@@ -51,6 +51,9 @@ oral.pdf: oral.md metadata.yaml
pointeurs_avances.pdf: pointeurs_avances.md metadata.yaml pointeurs_avances.pdf: pointeurs_avances.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^ pandoc $(PDFOPTIONS) -o $@ $^
delaunay.pdf: delaunay.md
pandoc $(PDFOPTIONS) -o $@ $^
index.html: index.md index.html: index.md
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $< pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $<
......
...@@ -156,4 +156,5 @@ void bowyer_watson(point *points, int num_p, vec_triangle *t, int *num_t) { ...@@ -156,4 +156,5 @@ void bowyer_watson(point *points, int num_p, vec_triangle *t, int *num_t) {
$$ $$
\begin{vmatrix}A_{x}-D_{x}&A_{y}-D_{y}&(A_{x}-D_{x})^{2}+(A_{y}-D_{y})^{2}\\B_{x}-D_{x}&B_{y}-D_{y}&(B_{x}-D_{x})^{2}+(B_{y}-D_{y})^{2}\\C_{x}-D_{x}&C_{y}-D_{y}&(C_{x}-D_{x})^{2}+(C_{y}-D_{y})^{2}\end{vmatrix}>0, \begin{vmatrix}A_{x}-D_{x}&A_{y}-D_{y}&(A_{x}-D_{x})^{2}+(A_{y}-D_{y})^{2}\\B_{x}-D_{x}&B_{y}-D_{y}&(B_{x}-D_{x})^{2}+(B_{y}-D_{y})^{2}\\C_{x}-D_{x}&C_{y}-D_{y}&(C_{x}-D_{x})^{2}+(C_{y}-D_{y})^{2}\end{vmatrix}>0,
$$ $$
où $|.|$ signifie le calcul du déterminant. où $|.|$ signifie le calcul du déterminant.
\ No newline at end of file * Vous trouverez la fonction pour ce calcul dans l'énoncé du travail pratique.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment