FEllipseGetPointOnEllipseEdge Method

Return a reference the specified point on the edge of the ellipse that corresponds to the reference point given.

Definition

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

Parameters

ellipse  FEllipse
Reference to the ellipse to test.
point  FVector2
Reference to the point whose matching edge point will be found.

Return Value

FVector2
Reference to a point that lies directly on the edge of the provided ellipse at the same angle from center as the specified reference.

See Also