Skip to content

Commit

Permalink
Update Point.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel20240808 authored Jan 23, 2025
1 parent 827439b commit a04a324
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fr/modules/ROOT/pages/commands/Point.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ ifdef::env-github[:imagesdir: /fr/modules/ROOT/assets/images]

xref:commands/Commandes_Géométrie.adoc[Commandes Géométrie]

Point( <xref:/Objets_géométriques.adoc[Chemin]> )::
Point( <xref:/Objets_géométriques.adoc[Objet]> )::
Retourne un point sur l'objet géométrique . Ce point peut être déplacé tout le long du chemin.


Point( <xref:/Objets_géométriques.adoc[Chemin]>, <Paramètre> )::
Point( <xref:/Objets_géométriques.adoc[Objet]>, <Paramètre> )::
Retourne un point sur l'objet géométrique de xref:/commands/ParamètreChemin.adoc[Paramètre] donné.

====
Si _Objet_ est un Segment ou un Vecteur dans Graphique `++Point(Objet,0)++` en retourne l'origine, `++Point(Objet,1)++` l'extrémité.
====

Point( <Point A>, <Vecteur stem:[\vec{u}]> )::
Construit le translaté de _A_ dans la translation de vecteur stem:[\vec{u}]

Expand Down

0 comments on commit a04a324

Please sign in to comment.