triple <name> ( <scalar>, <scalar>,<scalar> );
( <scalar>, <scalar>, <scalar> )
A triple may be specified as a literal or as a variable. If specified as a variable, it must have a name. The components of a triple are just the 3 values, which are identified by position rather than by keywords.
triple origin( 0, 0, 0 );