Class Vector3Extensions
Extension methods for the Vector3 type.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class Vector3Extensions
Methods
Name | Description |
---|---|
Abs(Vector3) | Returns the component-wise absolute value of this vector [abs(x), abs(y), abs(z)]. |
Divide(Vector3, Vector3) | Returns a new |
Inverse(Vector3) | Returns the component-wise inverse of this vector [1/x,1/y,1/z]. |
MaxComponent(Vector3) | Returns the largest component of this vector. |
MinComponent(Vector3) | Returns the smallest component of this vector. |
Multiply(Vector3, Vector3) | Returns a new vector3 that multiplies each component of both input vectors together. |
SafeDivide(Vector3, Vector3) | Returns a new |