The most important function of the menu ’measure and calculate’ is the ability to enter expressions.
For vectors, the functions x(), y() and z() are defined. The result is the corresponding co-ordinate of the vector.
The function ’vec’ generates a vector and takes three arguments. For example,
’vec(1,2,3)’ gives the vector , whereas ’vec(x,y,z) gives the vector with
co-ordinates x, y, and z (which must be defined elsewhere, with a slider, for instance).
While the computation of expressions is fast enough to generate surfaces from them, they are evaluated slower than geometric constructions. Wherever possible you should construct objects instead of using expressions.
On a modern computer, a locus that is generated from an expression stays interactive with up to 40x40 supporting points6 You should use higher numbers of supporting points for surfaces you do not need to modify anymore. See ’HeightFieldWithParameters.geosave’ for an example.