MaxAbsComponent
Get the maximum absolute value component from the specified vector.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
MaxAbsComponent(Vector2)
Get the maximum absolute value component from the specified vector.
public static float MaxAbsComponent(Vector2 vector)
Parameters
The vector to examine.
Returns
Type | Description |
|---|---|
| float | The calculated component. |
MaxAbsComponent(Vector3)
Get the maximum absolute value component from the specified vector.
public static float MaxAbsComponent(Vector3 vector)
Parameters
The vector to examine.
Returns
Type | Description |
|---|---|
| float | The calculated component. |