Returns the shortest distance from this plane to the position `point`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public float DistanceTo(
Vector3 point
)
Parameters
- point
- Type: GodotVector3
The position to use for the calculation.
Return Value
Type:
SingleThe shortest distance.
See Also