Returns this vector projected onto another vector `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 Project(
Vector3 onNormal
)
Parameters
- onNormal
- Type: GodotVector3
The vector to project onto.
Return Value
Type:
Vector3The projected vector.
See Also