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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vertices CreateLine(
	Vector2 start,
	Vector2 end
)

Parameters

start
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The first point.
end
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The second point.

Return Value

Type: Vertices
See Also