FLineGetLine Method

Return a rotated version of the supplied line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FLine GetLine(
	FLine line,
	float rotation = 0f
)

Parameters

line  FLine
Reference to the line to be rotated.
rotation  Single  (Optional)
Optional angle of local shape rotatation, in radians.

Return Value

FLine
Reference to the representation of the caller's line, rotated to the specified rotation.

See Also