BezierGetLinearBoundingBox Method
Return the bounding box area for the supplied linear Bezier curve,
aka a straight line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FArea GetLinearBoundingBox(
FVector2 p0,
FVector2 p1
)
Public Shared Function GetLinearBoundingBox (
p0 As FVector2,
p1 As FVector2
) As FArea
No code example is currently available or this language may not be supported.
- p0 FVector2
-
Reference to the starting point.
- p1 FVector2
-
Reference to the ending point.
FArea
Reference to the bounding box area of the provided linear Bezier
curve, if legitimate. Otherwise, an empty rectangle.