TrigGetInsideParallelLine(FPoint, FPoint, ArcDirectionEnum, Single) Method

Return the line parallel to the caller's, located to the inside of the edge.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FLine GetInsideParallelLine(
	FPoint pointA,
	FPoint pointB,
	ArcDirectionEnum orientation,
	float thickness
)

Parameters

pointA  FPoint
First point.
pointB  FPoint
Second point.
orientation  ArcDirectionEnum
Path orientation, relative to a natural arc.
thickness  Single
Thickness of the parallel area.

Return Value

FLine
Reference to a line parallel to and inside of the caller's specified line, with reference to the specified thickness.

See Also