Description:

Computes the reversed vector. (Provided for languages that do not support operator overloading. You can use the - unary operator otherwise)

Syntax:
public static Vector3d Negate(
Vector3d vector
)
Parameters:
Returns:
Type: Vector3d
A new vector where all components were multiplied by -1.
Remarks:
Similar to Reverse , but static for CLR compliance.
Available since:
5.0

Nothing found