CircleGetArcBoundingBox(FVector2, FVector2, FVector2, ArcDirectionEnum) Method
Return a reference to the bounding box for a circular arc being
measured by center point, start point, and end point, with a winding
direction.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FArea GetArcBoundingBox(
FVector2 center,
FVector2 start,
FVector2 end,
ArcDirectionEnum winding
)
Public Shared Function GetArcBoundingBox (
center As FVector2,
start As FVector2,
end As FVector2,
winding As ArcDirectionEnum
) As FArea
No code example is currently available or this language may not be supported.
- center FVector2
-
Reference to the circle center.
- start FVector2
-
Reference to the start point.
- end FVector2
-
Reference to the end point.
- winding ArcDirectionEnum
-
The winding direction taken to create the arc.
FArea
Reference to the bounding box occupied by the specified arc, if
legitimate values were presented. Otherwise, a empty rectangle.