FLineGetVertices Method

Return the vertices of the line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static List<FPoint> GetVertices(
	FLine line,
	float rotation = 0f
)

Parameters

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

Return Value

ListFPoint
Reference to a list of floating-point points representing the vertices of the line.

See Also