TrigGetInsideParallelLine(FVector2, FVector2, ArcDirectionEnum, Single) Method
Return the line parallel to the caller's, located to the inside of the
edge.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
public static FLine GetInsideParallelLine(
FVector2 pointA,
FVector2 pointB,
ArcDirectionEnum orientation,
float thickness
)
Public Shared Function GetInsideParallelLine (
pointA As FVector2,
pointB As FVector2,
orientation As ArcDirectionEnum,
thickness As Single
) As FLine
No code example is currently available or this language may not be supported.
- pointA FVector2
-
First point.
- pointB FVector2
-
Second point.
- orientation ArcDirectionEnum
-
Path orientation, relative to a natural arc.
- thickness Single
-
Thickness of the parallel area.
FLine
Reference to a line parallel to and inside of the caller's specified
line, with reference to the specified thickness.