Returns the orthogonal projection of `point` into the plane.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 Project(
Vector3 point
)
Parameters
- point
- Type: GodotVector3
The point to project.
Return Value
Type:
Vector3The projected point.
See Also