SlopeInterceptItemConvert(SlopeInterceptItem, FVector2, FVector2) Method
Set the caller's slope intercept values to represent the specified
line in the form of y = mx + b.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Convert(
SlopeInterceptItem target,
FVector2 pointA,
FVector2 pointB
)
Public Shared Sub Convert (
target As SlopeInterceptItem,
pointA As FVector2,
pointB As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- target SlopeInterceptItem
-
Reference to an existing slope intercept item to receive the converted
values.
- pointA FVector2
-
Reference to the first end of the existing line.
- pointB FVector2
-
Reference to the second end of the existing line.