Click or drag to resize

SeparationFunctionSet 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 Set(
	ref SimplexCache cache,
	ref DistanceProxy proxyA,
	ref Sweep sweepA,
	ref DistanceProxy proxyB,
	ref Sweep sweepB,
	float t1
)

Parameters

cache
Type: Internal.tainicom.Aether.Physics2D.CollisionSimplexCache
proxyA
Type: Internal.tainicom.Aether.Physics2D.CollisionDistanceProxy
sweepA
Type: Internal.tainicom.Aether.Physics2D.CommonSweep
proxyB
Type: Internal.tainicom.Aether.Physics2D.CollisionDistanceProxy
sweepB
Type: Internal.tainicom.Aether.Physics2D.CommonSweep
t1
Type: SystemSingle
See Also