Dot(Vector4, Vector4)
Calculates the dot product of two vectors.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static float Dot(Vector4 a, Vector4 b)
Parameters
Returns
Type | Description |
|---|---|
| float | The dot product of |