Click or drag to resize

DistanceProxyGetSupportVertex Method

Get the supporting vertex in the given direction.

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector2 GetSupportVertex(
	Vector2 direction
)

Parameters

direction  Vector2
The direction.

Return Value

Vector2
See Also