Click or drag to resize

SeparationFunctionSet Method


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

Parameters

cache  SimplexCache
 
proxyA  DistanceProxy
 
sweepA  Sweep
 
proxyB  DistanceProxy
 
sweepB  Sweep
 
t1  Single
 
See Also