FEllipseTryPlaceEllipseEdgeOnLine Method
Attempt to place the edge of the provided ellipse on the supplied line
such that both points of the line touch the edge.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static bool TryPlaceEllipseEdgeOnLine(
FEllipse ellipse,
FLine line,
bool bulgeUp,
out FVector2 center
)
Public Shared Function TryPlaceEllipseEdgeOnLine (
ellipse As FEllipse,
line As FLine,
bulgeUp As Boolean,
<OutAttribute> ByRef center As FVector2
) As Boolean
No code example is currently available or this language may not be supported.
- ellipse FEllipse
-
Reference to the ellipse to be moved.
- line FLine
-
Reference to a stationary line whose end points both need to touch the
edge of the ellipse.
- bulgeUp Boolean
-
Value indicating whether the resulting bulge should be facing
relatively up on the Y axis, or down.
- center FVector2
-
Reference to the output vector, if found.
Boolean
True if a match was found. Otherwise, false.