Click or drag to resize
Accord.NET (logo)

Vector3Inverse Method

Inverse the vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector3 Inverse()
Request Example View Source

Return Value

Type: Vector3
Returns a vector with all coordinates equal to 1.0 divided by the value of corresponding coordinate in this vector (or equal to 0.0 if this vector has corresponding coordinate also set to 0.0).
See Also