FEllipseIsPointOnEllipse Method

Return a value indicating whether the specified point is on the provided ellipse.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static bool IsPointOnEllipse(
	FEllipse ellipse,
	FVector2 point
)

Parameters

ellipse  FEllipse
Reference to the ellipse to test.
point  FVector2
Reference to the point to check.

Return Value

Boolean
True if the specified point is on the edge of the ellipse. Otherwise, false.

See Also