FEllipseIsPointOnEllipse Method
Return a value indicating whether the specified point is on the
provided ellipse.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static bool IsPointOnEllipse(
FEllipse ellipse,
FVector2 point
)
Public Shared Function IsPointOnEllipse (
ellipse As FEllipse,
point As FVector2
) As Boolean
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 to check.
Boolean
True if the specified point is on the edge of the ellipse. Otherwise,
false.