[Overview][Types][Classes][Procedures and functions] Reference for unit 'matrix' (#rtl)

operator -(Tvector3_double): Tvector3_double

Negate three-dimensional vector.

Declaration

Source position: matrix.pp line 375

function operator -(Tvector3_double): Tvector3_double(

  const x: Tvector3_double

):Tvector3_double;

Description

This operation returns a vector in the opposite direction of the vector that is passed. In order to do so, all values in the vector are negated.