FLineTranslate Method
Translate the points of the provided target line by the specified
offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Translate(
FLine target,
FVector2 offset
)
Public Shared Sub Translate (
target As FLine,
offset As FVector2
)
No code example is currently available or this language may not be supported.
Parameters
- target FLine
-
Reference to the target line to be translated.
- offset FVector2
-
Reference to the offset by which to translate the line.