TrigGetInsideParallelLine(FPoint, FPoint, Single, WindingOrientationEnum, DrawingSpaceEnum) 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,
	float thickness,
	WindingOrientationEnum orientation,
	DrawingSpaceEnum drawingSpace = DrawingSpaceEnum.Display
)

Parameters

pointA  FPoint
First point.
pointB  FPoint
Second point.
thickness  Single
Thickness of the parallel area.
orientation  WindingOrientationEnum
Path orientation, relative to the specified drawing space.
drawingSpace  DrawingSpaceEnum  (Optional)
Drawing space for which the results are being prepared. Default = Display.

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