Click or drag to resize

PlaneDistanceTo Method

Returns the shortest distance from this plane to the position `point`.

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

Parameters

point
Type: GodotVector3
The position to use for the calculation.

Return Value

Type: Single
The shortest distance.
See Also