Click or drag to resize

PlaneProject Method

Returns the orthogonal projection of `point` into the plane.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Project(
	Vector3 point
)

Parameters

point
Type: GodotVector3
The point to project.

Return Value

Type: Vector3
The projected point.
See Also