Note: This API is now obsolete.
The center of the plane, the point where the normal line intersects the plane.
Deprecated, use the Center property instead.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax [ObsoleteAttribute("GetAnyPoint is deprecated. Use the Center property instead.")]
public Vector3 GetAnyPoint()
Return Value
Type:
Vector3Equivalent to
Normal multiplied by `D`.
See Also