8.1 Points and vectors

The command ’A=(1,2,3)’ generates a free point at the position (1|2|3). As the comma is used as a separator, the decimal-separator is the point (’.’) for all languages!

The command ’v=(1,2,3)” generates a vektor (  )
  1
( 2)
  3 . The difference to generating a point is that the name is lowercase.

For points, the arguments can be expressions (one expression each for the x, y and z-coordinate). If you wan to generate vectors from expressions, you will have to use the vector-command.