Click or drag to resize

ContactGetWorldManifold Method

Gets the world manifold.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics.Contacts
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetWorldManifold(
	out Vector2 normal,
	out FixedArray2<Vector2> points
)

Parameters

normal
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
points
Type: Internal.tainicom.Aether.Physics2D.CommonFixedArray2Vector2
See Also