Method Inverse
Inverse(Vector3)
Returns the component-wise inverse of this vector [1/x,1/y,1/z].
Declaration
public static Vector3 Inverse(this Vector3 vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | vector | The vector to invert. |
Returns
Type | Description |
---|---|
Vector3 | The inverted vector |