The object \Lkeyword{vecteur} allows us to define a \Index{vector}. The simplest way to do
that is to use the argument \texttt{\Lkeyword{args}=$x$ $y$ $z$} to specify its \Index{components}.
We can also define a vector with 2 given points $A$ and $B$ of $\mathbb{R}^3$.
We then use the arguments \texttt{\Lkeyword{definition}=\Lkeyval{vecteur3d}} and \texttt{\Lkeyword{args}=$x_A$ $y_A$ $z_A$ $x_B$
$y_B$ $z_B$} where $(x_A, y_A, z_A)$ and $(x_B, y_B, z_B)$ are the appropriate coordinates of the points $A$ and $B$
If the points $A$ and $B$ were already defined, we can easily use the named variables:
\texttt{\Lkeyword{args}=$A$ $B$}.