|
Vector4Inverse Method
|
Inverse the vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function Inverse As Vector4
Request Example
View SourceReturn Value
Type:
Vector4Returns 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