FEllipseGetPointOnEllipseEdge Method
Return a reference the specified point on the edge of the ellipse that
corresponds to the reference point given.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 GetPointOnEllipseEdge(
FEllipse ellipse,
FVector2 point
)
Public Shared Function GetPointOnEllipseEdge (
ellipse As FEllipse,
point As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse to test.
- point FVector2
-
Reference to the point whose matching edge point will be found.
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.