Project(Vector4, Vector4)
Projects a vector onto another vector.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static Vector4 Project(Vector4 a, Vector4 b)
Parameters
Returns
Type | Description |
|---|---|
| Vector4 | |