Click or drag to resize

CollisionGetPointStates Method

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 static void GetPointStates(
	out FixedArray2<PointState> state1,
	out FixedArray2<PointState> state2,
	ref Manifold manifold1,
	ref Manifold manifold2
)

Parameters

state1
Type: Internal.tainicom.Aether.Physics2D.CommonFixedArray2PointState
state2
Type: Internal.tainicom.Aether.Physics2D.CommonFixedArray2PointState
manifold1
Type: Internal.tainicom.Aether.Physics2D.CollisionManifold
manifold2
Type: Internal.tainicom.Aether.Physics2D.CollisionManifold
See Also