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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector2 GetSupportVertex(
	Vector2 direction
)

Parameters

direction
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The direction.

Return Value

Type: Vector2
See Also