Click or drag to resize

PolygonToolsCreateLine Method

Set this as a single edge.

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vertices CreateLine(
	Vector2 start,
	Vector2 end
)

Parameters

start  Vector2
The first point.
end  Vector2
The second point.

Return Value

Vertices
See Also