FAreaLocationOpposite Method
Return the opposite corner location of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 LocationOpposite(
FArea area
)
Public Shared Function LocationOpposite (
area As FArea
) As FVector2
No code example is currently available or this language may not be supported.
- area FArea
-
Area to inspect.
FVector2
Reference to the FVector2 representing the opposite location of the
caller's area, if found. Otherwise, an empty FVector2.